Exemple #1
0
 public bool Authenticate(UserModel user)
 {
     return(_services.Authenticate(user));
 }