public static List <SystemAssignData> SearchSystemAssignConfig(string productId, string campaignId, string staffTypeId, string branchCode)
        {
            KKSlmMsSystemAssignModel assign = new KKSlmMsSystemAssignModel();

            return(assign.SearchSystemAssignConfig(productId, campaignId, staffTypeId, branchCode));
        }
        public static void UpdateData(string productId, string campaignId, int staffTypeId, List <string> branchCodeList, string createdBy)
        {
            KKSlmMsSystemAssignModel assign = new KKSlmMsSystemAssignModel();

            assign.UpdateData(productId, campaignId, staffTypeId, branchCodeList, createdBy);
        }