Exemplo n.º 1
0
 public bool AdminUserInDb(AdminUser adminUser)
 {
     return(dal.AdminUserInDb(adminUser));
 }