Compare commits

..

No commits in common. "1768c59923005604b50cfdf6b18dfa5230c3c42c" and "2fa3cbcfb4e4a08a679f9f5c58373450d11f3095" have entirely different histories.

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