source:
WineTrackerFinal/WineTrackerWebApi/Models/Customer/CustomerListElement.cs
Last change on this file was 17d6948, checked in by , 7 days ago | |
---|---|
|
|
File size: 221 bytes |
Line | |
---|---|
1 | namespace WineTrackerWebApi.Models.Customer |
2 | { |
3 | public class CustomerListElement |
4 | { |
5 | public int Id { get; set; } |
6 | public string Name { get; set; } |
7 | public string Address { get; set; } |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.