* Refactor and fix machine self-registration into db

+ Added change language API
+ Added Role to user info
This commit is contained in:
Lucio Maranta
2018-01-17 12:35:34 +01:00
parent fa485d902b
commit 53223b0bef
8 changed files with 123 additions and 19 deletions
@@ -37,7 +37,7 @@ namespace Step.Database.Controllers
.SingleOrDefault();
}
public MachineModel Create( string uniqueId)
public MachineModel Create ( string uniqueId)
{
MachineModel machine= new MachineModel()
{