lab-4 correcting a mistake

This commit is contained in:
Zakharov_Rostislav 2024-04-05 12:38:38 +04:00
parent d65bacd14b
commit 7b80421867

View File

@ -38,10 +38,9 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogics
/// <returns></returns>
public List<ReportManufactureComponentViewModel> GetManufactureComponent()
{
var components = _componentStorage.GetFullList();
var Manufactures = _ManufactureStorage.GetFullList();
var manufactures = _ManufactureStorage.GetFullList();
var list = new List<ReportManufactureComponentViewModel>();
foreach (var manufacture in Manufactures)
foreach (var manufacture in manufactures)
{
var record = new ReportManufactureComponentViewModel
{