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 7e0e8acdec - Show all commits

@ -10,8 +10,8 @@ namespace CarpentryWorkshopDataModels.Models
public interface IOrderModel : IId
{
int WoodId { get; }
int ClientId { get; }
int? ImplementerId { get; }
string WoodName { get; }
int Count { get; }
double Sum { get; }
OrderStatus Status { get; }