Ejemplo n.º 1
0
        public static List <SystemAssignData> SearchSystemAssignConfig(string productId, string campaignId, string staffTypeId, string branchCode)
        {
            KKSlmMsSystemAssignModel assign = new KKSlmMsSystemAssignModel();

            return(assign.SearchSystemAssignConfig(productId, campaignId, staffTypeId, branchCode));
        }
Ejemplo n.º 2
0
        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);
        }