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