Fix update

Added update maintenance
This commit is contained in:
Lucio Maranta
2018-06-12 15:13:54 +02:00
parent f997d1a2c3
commit 16c33979d5
19 changed files with 215 additions and 59 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ namespace Step.Database.Controllers
// Find user role through machineUser table
using (MachinesUsersController machinesUsersControler = new MachinesUsersController())
{
roleModel = machinesUsersControler.GetUserRole(MachineConfig.MachineId, userId);
roleModel = machinesUsersControler.GetUserRoleData(MachineConfig.MachineId, userId);
}
return new DTOUserModel() // Return DTOUserModel