source:
Application/Models/DataTransferObjects/Serach/SearchBrandsDTO.cs
Last change on this file was f5f7c24, checked in by , 17 months ago | |
---|---|
|
|
File size: 260 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.DataTransferObjects.Serach |
8 | { |
9 | public class SearchBrandsDTO |
10 | { |
11 | public string BrandName { get; set; } |
12 | |
13 | } |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.