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()); }
public List <AbsenceType> GetAll() { return(crudableDAL.GetAll()); }