Added models and GET API

This commit is contained in:
Lucio Maranta
2018-06-26 17:21:58 +02:00
parent 76e1b695f7
commit 8c8e168832
19 changed files with 603 additions and 164 deletions
@@ -12,7 +12,7 @@ namespace Step.Model.DatabaseModels
[Key, Column("position_id", Order = 1)]
public byte PositionId { get; set; }
[Column("Type")]
[Column("type")]
public byte Type { get; set; }
}
}