Пример #1
0
 public ClientAndCustomerInformation(CffCustomerInformation cffCustomerInformation,
                                     CffClientInformation cffClientInformation,
                                     CffCustomerContact cffDefaultCustContact,
                                     CffMgtDetails cffMgtDetails)
 {
     this.cffCustomerInformation = cffCustomerInformation;
     this.cffClientInformation   = cffClientInformation;
     this.cffDefaultCustContact  = cffDefaultCustContact;
     this.cffMgtDetails          = cffMgtDetails;
 }
Пример #2
0
        private readonly CffMgtDetails cffMgtDetails;               //MSarza [20150731]

        public ClientAndCustomerInformation(CffCustomerInformation cffCustomerInformation, CffClientInformation cffClientInformation)
        {
            this.cffCustomerInformation = cffCustomerInformation;
            this.cffClientInformation   = cffClientInformation;
        }