コード例 #1
0
 public IEnumerable <EmployeeEducation> GetAllEmployeeEducation()
 {
     return(employeeEducationRepository.GetAll());
 }
コード例 #2
0
 public IList <EmployeeEducation> GetAll()
 {
     return(_repository.GetAll());
 }