Last change
on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 17 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
360 bytes
|
Rev | Line | |
---|
[f5f7c24] | 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.