コード例 #1
0
 public List <EmployeeTransferInfo> ReadGetEmployeeTransferredButNotYetAccepted(string locationCode)
 {
     return(raSolarHRMSRepository.ReadGetEmployeeTransferredButNotYetAccepted(locationCode));
 }