создана 4 лаба, добавлен класс ReportBindingModel
This commit is contained in:
parent
c234c1a19d
commit
f2230ee0c5
10
SushiBarContracts/BindingModel/ReportBindingModel.cs
Normal file
10
SushiBarContracts/BindingModel/ReportBindingModel.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
namespace SushiBarContracts.BindingModel
|
||||||
|
{
|
||||||
|
public class ReportBindingModel
|
||||||
|
{
|
||||||
|
public string FileName { get; set; } = string.Empty;
|
||||||
|
public DateTime? DateFrom { get; set; }
|
||||||
|
public DateTime? DateTo { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user