Added PUT & DELETE API

This commit is contained in:
Lucio Maranta
2018-06-28 17:20:47 +02:00
parent b5d499e6ed
commit 028770dd0a
16 changed files with 538 additions and 315 deletions
@@ -14,5 +14,8 @@ namespace Step.Model.DatabaseModels
[Column("type")]
public byte Type { get; set; }
[Column("disabled")]
public bool Disabled { get; set; }
}
}