Exemplo n.º 1
0
 public bool AdminExists(string name)
 {
     return(adminLogic.AdminExists(name));
 }