Ejemplo n.º 1
0
 public Hrm_EmployeeInfo Update(string employeeId, string operationalRole, string locationCode, string createdBy, string update)
 {
     return(raSolarHRMSRepository.Update(employeeId, operationalRole, locationCode, createdBy, update));
 }