public ClientAndCustomerInformation(CffCustomerInformation cffCustomerInformation, CffClientInformation cffClientInformation, CffCustomerContact cffDefaultCustContact, CffMgtDetails cffMgtDetails) { this.cffCustomerInformation = cffCustomerInformation; this.cffClientInformation = cffClientInformation; this.cffDefaultCustContact = cffDefaultCustContact; this.cffMgtDetails = cffMgtDetails; }
private readonly CffMgtDetails cffMgtDetails; //MSarza [20150731] public ClientAndCustomerInformation(CffCustomerInformation cffCustomerInformation, CffClientInformation cffClientInformation) { this.cffCustomerInformation = cffCustomerInformation; this.cffClientInformation = cffClientInformation; }