PIBD-21_Spasskiy.A.D._CarpentryWorkshop28Lab6_Main #35

Closed
PIbd-21_Spasskyi_Artem wants to merge 8 commits from lab6_Base into lab5
Showing only changes of commit 90869632c6 - Show all commits

View File

@ -12,7 +12,6 @@ namespace CarpentryWorkshopContracts.BindingModels
{
public int Id { get; set; }
public int WoodId { get; set; }
public string WoodName { get; set; } = string.Empty;
public int ClientId { get; set; }
public int? ImplementerId { get; set; }
public int Count { get; set; }