source:
WineTrackerFinal/WineTrackerWebApi/Models/Employee/EmployeeVehicle.cs@
07b59f8
Last change on this file since 07b59f8 was 17d6948, checked in by , 7 days ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | namespace WineTrackerWebApi.Models.Employee |
2 | { |
3 | public class EmployeeVehicle |
4 | { |
5 | public int EmployeeId { get; set; } |
6 | public int VehicleId { get; set; } |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.