Exemplo n.º 1
0
 public Guid CheckLogin(string username, string password)
 {
     return(_userDLL.CheckUserInfo(username, password));
 }