Exemplo n.º 1
0
 public int delStaff(List <string> ID)
 {
     return(staffDal.delStaff(ID));
 }