Ejemplo n.º 1
0
 public bool CheckCredential(string username, string hashedPassword)
 {
     return(_context.CheckCredential(username, hashedPassword));
 }