WriteM155 response

This commit is contained in:
Lucio Maranta
2018-11-16 12:06:22 +01:00
parent 4d5020665d
commit b1628f11d9
5 changed files with 19 additions and 1 deletions
@@ -35,6 +35,8 @@ namespace Step.Database.Controllers
.Sessions
.Include("MachineUser")
.Select(x => x.MachineUser)
.GroupBy(x => x.MachineUserId)
.Select(x => x.FirstOrDefault())
.ToList();
}