예제 #1
0
 public bool IsUserVerified(string mail, string password)
 {
     return(userPersistence.CheckVerified(mail));
 }