Distribution report
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace InventoryTraker.Web.Models
|
||||
{
|
||||
public class DateRangeQuery
|
||||
{
|
||||
public DateTime StartDate { get; set; }
|
||||
|
||||
public DateTime EndDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user