Exemple #1
0
        public CampaignLeadType SaveCampaignLead(CampaignLeadType objCampainLeadType)
        {
            AIA.Life.Business.Prospect.ProspectBusiness objProspectBusiness = new AIA.Life.Business.Prospect.ProspectBusiness();

            objCampainLeadType = objProspectBusiness.SaveCampaignLead(objCampainLeadType);
            return(objCampainLeadType);
        }
Exemple #2
0
 public CampaignLeadType SaveCampaignLead(CampaignLeadType objCampainLeadType)
 {
     #region Call API
     objCampainLeadType = WebApiLogic.GetPostComplexTypeToAPI <CampaignLeadType>(objCampainLeadType, "SaveCampaignLead", "Suspect");
     #endregion
     return(objCampainLeadType);
 }
        public CampaignLeadType SaveCampaignLead(CampaignLeadType objCampaignLead)
        {
            ProspectLogic objlogic = new ProspectLogic();

            return(objlogic.SaveCampaignLead(objCampaignLead));
        }