Ejemplo n.º 1
0
 public List <EmployeeViewModel> GetEmployeesByPan(List <string> panList)
 {
     return(_employeeDao.GetEmployeeByPan(panList));
 }