public ClientBillingFacility(Facility performaingFacility, Facility defaultBillingFacility, Business.Client.Model.ClientGroupClientCollection clientGroupClientCollection, string facilityComponent)
 {
     this.m_PerformingFacility = performaingFacility;
     this.m_DefaultBillingFacility = defaultBillingFacility;
     this.m_ClientGroupClientCollection = clientGroupClientCollection;
     this.m_FacilityComponent = facilityComponent;
 }
Пример #2
0
 public CLIALicense(Facility cliaFacility, string cliaLicenseNumber)
 {
     this.m_Facility      = cliaFacility;
     this.m_LicenseNumber = cliaLicenseNumber;
 }