Exemplo n.º 1
0
 public void UpdateModuleInfo(DataTable moduleInfoTable, string numberModule, ProductType type)
 {
     _blService.UpdateModuleInfo(moduleInfoTable, numberModule, type);
     UpdateTotalModules(type);
 }