Example #1
0
 public int DelEmployees(string id)
 {
     return(employeeBll.DelEmployees(id));
 }