Ejemplo n.º 1
0
 public int registerUser(ClientUser User)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int checkUserLogin(ClientUser User)
 {
     throw new NotImplementedException();
 }