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));
 }