Example #1
0
 public int DeleteEmployee(string empId)
 {
     return(dataAccessService.DeleteEmployee(empId));
 }