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