예제 #1
0
 public bool CheckRegistration(LoginModel login)
 {
     return(_userContext.CheckRegistration(login.Username, login.Password));
 }