Exemple #1
0
        public void Post(List <Dictionary <string, string> > lstModel)
        {
            Sys_AllSettingServices service = new Sys_AllSettingServices();

            service.SaveConfig(lstModel);
        }