Exemplo n.º 1
0
 public string Authenticate(string userName, string password)
 {
     return(DataStorageService.Authenticate(userName, password));
 }