Esempio n. 1
0
 public bool EmailExist(string email)
 {
     return(daoService.FindByEmail(email));
 }