public List <UserRole> GetAll()
 {
     return(crudableDAL.GetAll());
 }
 public List <Department> GetAll()
 {
     return(crudableDAL.GetAll());
 }
 public List <AbsenceStatus> GetAll()
 {
     return(crudableDAL.GetAll());
 }
 public List <RolePrivilege> GetAll()
 {
     return(crudableDAL.GetAll());
 }
Beispiel #5
0
 public List <AbsenceType> GetAll()
 {
     return(crudableDAL.GetAll());
 }