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 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;
 }