Beispiel #1
0
 public bool ExistsEmail(Email email)
 {
     return(_repository.ExistsEmail(email));
 }