예제 #1
0
 public IEnumerable <Archive> GetEmployeeDocs(int empId)
 {
     return(_archiveRepository.GetEmployeeDocs(empId));
 }