main
Last change
on this file since 17d6948 was 17d6948, checked in by Nikola Mishevski <Nikola.Mishevski@…>, 6 days ago |
initial commit WineTracker Project
|
-
Property mode
set to
100644
|
File size:
331 bytes
|
Rev | Line | |
---|
[17d6948] | 1 | namespace WineTrackerWebApi.Models.Employee
|
---|
| 2 | {
|
---|
| 3 | public class Employee
|
---|
| 4 | {
|
---|
| 5 | public int EmployeeId { get; set; }
|
---|
| 6 | public int WarehouseId { get; set; }
|
---|
| 7 | public string WarehouseName { get; set; }
|
---|
| 8 | public string EmployeeName { get; set; }
|
---|
| 9 | public string EmployeeSurname { get; set; }
|
---|
| 10 | }
|
---|
| 11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.