Beispiel #1
0
 public bool CheckIfGivenEmailIsOfAdmin(string emailAddress)
 {
     return(accountDao.CheckIfGivenEmailIsOfAdmin(emailAddress));
 }