Esempio n. 1
0
 public DataTable DtGetAllEmployees()
 {
     return(empAccess.DtGetAllEmployees());
 }