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:
359 bytes
|
Rev | Line | |
---|
[f5f7c24] | 1 | using Models.DataTransferObjects.Serach;
|
---|
| 2 | using System;
|
---|
| 3 | using System.Collections.Generic;
|
---|
| 4 | using System.Linq;
|
---|
| 5 | using System.Text;
|
---|
| 6 | using System.Threading.Tasks;
|
---|
| 7 |
|
---|
| 8 | namespace Models.ViewModels
|
---|
| 9 | {
|
---|
| 10 | public class SearchViewModel
|
---|
| 11 | {
|
---|
| 12 | public List<SearchLocationDTO> Locations { set; get; }
|
---|
| 13 | public List<SearchBrandsDTO> Brands { set; get; }
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.