Exemplo n.º 1
0
 public function getUserById($id)
 {
     return User::getById($id);
 }