Exemplo n.º 1
0
 public bool regadmin(AdminDetails admindetails)
 {
     return(admindetailssql.RegAdminDetails(admindetails));
 }