BACKDEV-401 #7
@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface IId
|
||||
{
|
||||
int Id { get; init; }
|
||||
int Id { get; }
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
{
|
||||
double Cost { get; }
|
||||
DateTime DateCreate { get; }
|
||||
int StoreKeeperId { get; }
|
||||
public Dictionary<int, (IProductModel, int)> OrderProduct { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user