Lab6_Main_Fix
This commit is contained in:
parent
90869632c6
commit
419f3f05b5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user