Fix network monitor thread

This commit is contained in:
Lucio Maranta
2019-01-08 10:03:56 +01:00
parent 2b0f3a2e5d
commit 3b0ea2854f
5 changed files with 24 additions and 19 deletions
@@ -13,7 +13,7 @@ namespace Step.Model.DatabaseModels
[Key, Column("position_id", Order = 1)]
public int PositionId { get; set; }
[Column("type")]
public byte Type { get; set; }