WIP estimate
This commit is contained in:
parent
4d7de134ce
commit
d67c932af2
43 changed files with 816 additions and 94 deletions
16
BookAStar/BookAStar/Model/BookQueryData.cs
Normal file
16
BookAStar/BookAStar/Model/BookQueryData.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using BookAStar.Model.Social;
|
||||
using System;
|
||||
|
||||
namespace BookAStar.Model
|
||||
{
|
||||
public class BookQueryData
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Description { set; get; }
|
||||
public string Comment { get; set; }
|
||||
public long CommandId { get; set; }
|
||||
public DateTime StartDate { get; set; }
|
||||
public DateTime EndDate { get; set; }
|
||||
public Location Address { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue