예제 #1
0
 public DataTable LoadLocationsForAgreement(int agreementID, int jobroleID, string facilityCode)
 {
     return(_AgreementRepository.LoadLocationsForAgreement(agreementID, jobroleID, facilityCode));
 }