Exemplo n.º 1
0
 public bool SignIn(User user)
 {
     return true;
 }
Exemplo n.º 2
0
 public bool Register(User user)
 {
     return true;
 }