Example #1
0
        public void ShowModuleInformation(string moduleName, ProductType type)
        {
            DataTable table = _blService.GetDetailDataForModule(moduleName, type);

            Manager.UpdateDetailDataDataGrid(table);
        }