Exemplo n.º 1
0
 public LoginResult <User> Login(string Account, string Password)
 {
     return(Repository.Login(Account, Password));
 }