Esempio n. 1
0
        public Application NewApplication(Lead lead)
        {
            var application = LeadTypeModule.NewApplication(this, lead);

            return(application);
        }
Esempio n. 2
0
        public InterestConfirmation NewInterestConfirmation(Lead lead)
        {
            var interestConfirmation = LeadTypeModule.NewInterestConfirmation(this, lead);

            return(interestConfirmation);
        }