Exemple #1
0
 public bool CheckAuth(string email, string password) => _context.Auth(email, password);