source:
Application/Models/JSON/SearchJSON.cs
Last change on this file was f5f7c24, checked in by , 17 months ago | |
---|---|
|
|
File size: 360 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using System.Threading.Tasks; |
6 | |
7 | namespace Models.JSON |
8 | { |
9 | public class SearchJSON |
10 | { |
11 | public string City { get; set; } |
12 | public string Brand { get; set; } |
13 | public string StartDate { get; set; } |
14 | public string EndDate { get; set; } |
15 | |
16 | } |
17 | } |
Note:
See TracBrowser
for help on using the repository browser.