Esempio n. 1
0
 public bool createUser(string email, string username, string password)
 {
     logicUser = new BusinessLogicLayer.User();
     return(true);
 }
Esempio n. 2
0
 public bool CheckInfoLogin(string username, string password)
 {
     logicUser = new BusinessLogicLayer.User();
     //return logicUser.CheckUserLogin(username, password);
     return(true);
 }