Lab6_Main_Fix

This commit is contained in:
PIbd-21_Spasskyi_Artem 2023-06-14 23:47:23 +04:00
parent 23837db2a6
commit 90869632c6

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