Example #1
0
 public void  DelEmployee(int id)
 {
     obj.DelEmployee(id);
     return;
 }