Ejemplo n.º 1
0
 public Task <UserModel> AuthenticateAsync(string username, string password)
 {
     return(_userDom.AuthenticateAsync(username, password));
 }