Exemplo n.º 1
0
 public List <StoreCampaignModel2> GetStoreCampaign(IStoreCampaign Campaign, int TenantID, int UserID, string campaignName, string statusId)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetStoreCampaign(TenantID, UserID, campaignName, statusId));
 }
 public int InsertBroadCastDetails(IStoreCampaign Campaign, int tenantID, int userID, string programcode, string storeCode, string campaignCode, string channelType, string ClientAPIURL)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.InsertBroadCastDetails(tenantID, userID, programcode, storeCode, campaignCode, channelType, ClientAPIURL));
 }
 public CampaignCustomerDetails GetCampaignCustomer(IStoreCampaign Campaign, int tenantID, int userID, CampaingCustomerFilterRequest campaingCustomerFilterRequest)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetCampaignCustomer(tenantID, userID, campaingCustomerFilterRequest));
 }
 public int CampaignShareSMS(IStoreCampaign Campaign, ShareChatbotModel objRequest, string ClientAPIURL, string SMSsenderId, int TenantID, int UserID)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.CampaignShareSMS(objRequest, ClientAPIURL, SMSsenderId, TenantID, UserID));
 }
 public BroadcastDetails GetBroadcastConfigurationResponses(IStoreCampaign Campaign, int tenantID, int userID, string programcode, string storeCode, string campaignCode)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetBroadcastConfigurationResponses(tenantID, userID, programcode, storeCode, campaignCode));
 }
Exemplo n.º 6
0
 public int UpdateStoreCampaignSetting(IStoreCampaign Campaign, StoreCampaignSettingModel CampaignModel)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.UpdateStoreCampaignSetting(CampaignModel));
 }
 public string CampaignShareMassanger(IStoreCampaign Campaign, ShareChatbotModel objRequest, int TenantID, int UserID)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.CampaignShareMassanger(objRequest, TenantID, UserID));
 }
Exemplo n.º 8
0
 public int DeleteSelectedLanguage(IStoreCampaign Campaign, int tenantId, int userId, string programCode, int selectedLanguageID, bool isActive)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.DeleteSelectedLanguage(tenantId, userId, programCode, selectedLanguageID, isActive));
 }
 public int UpdateCampaignStatusResponse(IStoreCampaign Campaign, CampaignResponseInput objRequest, int TenantID, int UserID)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.UpdateCampaignStatusResponse(objRequest, TenantID, UserID));
 }
Exemplo n.º 10
0
 public int InsertLanguageDetails(IStoreCampaign Campaign, int tenantId, int userId, string programCode, int languageID)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.InsertLanguageDetails(tenantId, userId, programCode, languageID));
 }
Exemplo n.º 11
0
 public List <SelectedLanguages> GetSelectedLanguageDetails(IStoreCampaign Campaign, int tenantId, int userId, string programCode)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetSelectedLanguageDetails(tenantId, userId, programCode));
 }
Exemplo n.º 12
0
 public int UpdateAppointmentConfiguration(IStoreCampaign Campaign, StoreAppointmentConfiguration storeAppointmentConfiguration, int modifiedBy)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.UpdateAppointmentConfiguration(storeAppointmentConfiguration, modifiedBy));
 }
Exemplo n.º 13
0
 public StoreAppointmentConfiguration GetAppointmentConfiguration(IStoreCampaign Campaign, int tenantId, int userId, string programCode)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetAppointmentConfiguration(tenantId, userId, programCode));
 }
Exemplo n.º 14
0
 public int UpdateCampaignMaxClickTimer(IStoreCampaign Campaign, StoreCampaignSettingTimer storeCampaignSettingTimer, int ModifiedBy)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.UpdateCampaignMaxClickTimer(storeCampaignSettingTimer, ModifiedBy));
 }
Exemplo n.º 15
0
 public StoresCampaignStatusResponse GetCustomerpopupDetailsList(IStoreCampaign Campaign, string mobileNumber, string programCode, string campaignID, int TenantID, int UserID, string ClientAPIURL)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetCustomerpopupDetailsList(mobileNumber, programCode, campaignID, TenantID, UserID, ClientAPIURL));
 }
Exemplo n.º 16
0
 public int CampaignShareChatbot(IStoreCampaign Campaign, ShareChatbotModel objRequest, string ClientAPIURL, int TenantID, int UserID, string ProgramCode)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.CampaignShareChatbot(objRequest, ClientAPIURL, TenantID, UserID, ProgramCode));
 }
Exemplo n.º 17
0
 public List <StoreCampaignLogo> GetCampaignDetailsLogo(IStoreCampaign Campaign, int TenantID, int UserID)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetCampaignDetailsLogo(TenantID, UserID));
 }
Exemplo n.º 18
0
 public StoreCampaignModel3 GetStoreCampignSetting(IStoreCampaign Campaign, int TenantId, int UserId, string ProgramCode)
 {
     _CampaignRepository = Campaign;
     return(_CampaignRepository.GetStoreCampignSetting(TenantId, UserId, ProgramCode));
 }