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 419f3f05b5 - Show all commits

View File

@ -20,8 +20,6 @@ namespace CarpentryWorkshopDatabaseImplement.Models
[Required]
public int ClientId { get; set; }
public string WoodName { get; private set; } = string.Empty;
[Required]
public int Count { get; private set; }
@ -55,7 +53,6 @@ namespace CarpentryWorkshopDatabaseImplement.Models
WoodId = model.WoodId,
ClientId = model.ClientId,
ImplementerId = model.ImplementerId,
WoodName = model.WoodName,
Count = model.Count,
Sum = model.Sum,
Status = model.Status,