Exemple #1
0
 public bool CheckCredentials(string username, string password)
 {
     return(_context.CheckCredentials(username, password));
 }