示例#1
0
 public List <PersonEmployeeDetailsInfo> ReadPersonLocationWiseEmployee(string locationCode)
 {
     return(raSolarHRMSRepository.ReadPersonLocationWiseEmployee(locationCode));
 }