убрала статус заказа из модели отчета
This commit is contained in:
parent
8f3b2300f3
commit
50ff12238f
@ -7,7 +7,5 @@ namespace SushiBarContracts.BindingModel
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
public DateTime? DateFrom { get; set; }
|
||||
public DateTime? DateTo { get; set; }
|
||||
public OrderStatus Status { get; set; } = OrderStatus.Неизвестен;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user