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