Пример #1
0
 public int DeleteEmployee(StaffMaster theStaffMaster)
 {
     return(StaffMasterIntegration.DeleteEmployee(theStaffMaster));
 }