Models & Logic fix
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
namespace ComputerShopDataModels.Models
|
||||
{
|
||||
public interface ISupplyModel : IId
|
||||
{
|
||||
{
|
||||
SupplyStatus Status { get; }
|
||||
DateTime DateCreate { get; }
|
||||
DateTime? DateImplement { get; }
|
||||
int ReceivingId { get; }
|
||||
Dictionary<int, IOrderModel> SupplyOrders { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user