Пример #1
0
 public bool createUser(string email, string username, string password)
 {
     logicUser = new BusinessLogicLayer.User();
     return(true);
 }
Пример #2
0
 public bool CheckInfoLogin(string username, string password)
 {
     logicUser = new BusinessLogicLayer.User();
     //return logicUser.CheckUserLogin(username, password);
     return(true);
 }