예제 #1
0
 public IEnumerable <Otdel> GetAllOtdel()
 {
     return(_otdelRepository.GetAll());
 }
예제 #2
0
 public IEnumerable <Department> GetAllDepartment()
 {
     return(_departmentRepository.GetAll());
 }
예제 #3
0
 public IEnumerable <Guide> GetAllGuide()
 {
     return(_guideRepository.GetAll());
 }
예제 #4
0
 public IEnumerable <Right> GetAllRight()
 {
     return(_rightRepository.GetAll());
 }