Esempio n. 1
0
 public bool Auth(Admin admin)
 {
     if (_adminDal.Auth(admin))
     {
         return(true);
     }
     return(false);
 }