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