Пример #1
0
 public List <Employee> GetEmpData(int empID)
 {
     return(processRepository.GetEmpData(empID));
 }