Пример #1
0
 public int registerUser(ClientUser User)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public int checkUserLogin(ClientUser User)
 {
     throw new NotImplementedException();
 }