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