コード例 #1
0
        public void UpdateTotalModules(ProductType type)
        {
            DataTable table = _blService.GetTotalModulesInfo(type);

            Manager.UpdateAllModuleInfo(table);
        }