Пример #1
0
        public Application NewApplication(Lead lead)
        {
            var application = LeadTypeModule.NewApplication(this, lead);

            return(application);
        }
Пример #2
0
        public InterestConfirmation NewInterestConfirmation(Lead lead)
        {
            var interestConfirmation = LeadTypeModule.NewInterestConfirmation(this, lead);

            return(interestConfirmation);
        }