source: Application/Models/JSON/SearchJSON.cs@ f5f7c24

Last change on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 360 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace 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.