Exemplo n.º 1
0
 public void DeleteEmployees(List <string> panList)
 {
     _employeeDao.DeleteEmployees(panList);
 }