Esempio n. 1
0
 public int DeleteEmp(int id)
 {
     return(_set.DeleteEmp(id));
 }