Merge pull request 'PR Conflict LabWork05' (#6) from LabWork04 into LabWork05

Reviewed-on: http://student.git.athene.tech/Zhelovanov_Dmitrii/Pibd-23_Zhelovanov_D.Y._BlacksmithWorkshop/pulls/6
This commit is contained in:
Zhelovanov_Dmitrii 2023-05-17 12:03:41 +04:00
commit 1768c59923

View File

@ -11,7 +11,7 @@ namespace BlacksmithWorkshopBusinessLogic.OfficePackage.HelperModels
{
public string FileName { get; set; } = string.Empty;
public string Title { get; set; } = string.Empty;
// public List<ComponentViewModel> Components { get; set; } = new();
public List<ManufactureViewModel> Manufactures { get; set; } = new();
}
}