Пример #1
0
 public StaffMaster GetEmployeeByID(int EmployeeID)
 {
     return(StaffMasterIntegration.GetEmployeeDetailsByID(EmployeeID));
 }