PR Conflict LabWork05 #6

Merged
Zhelovanov_Dmitrii merged 3 commits from LabWork04 into LabWork05 2023-05-17 12:03:41 +04:00

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();
}
}