Esempio n. 1
0
 public DataTable GetAllAdmin()
 {
     AdminDAO adminDAO = new AdminDAO();
     return adminDAO.GetAllAdmin();
 }