Exemplo n.º 1
0
 public List <UserRole> GetAll()
 {
     return(crudableDAL.GetAll());
 }
Exemplo n.º 2
0
 public List <Department> GetAll()
 {
     return(crudableDAL.GetAll());
 }
 public List <AbsenceStatus> GetAll()
 {
     return(crudableDAL.GetAll());
 }
 public List <RolePrivilege> GetAll()
 {
     return(crudableDAL.GetAll());
 }
Exemplo n.º 5
0
 public List <AbsenceType> GetAll()
 {
     return(crudableDAL.GetAll());
 }