Ejemplo n.º 1
0
 public LastActionKeys GetLastActionsKeys([FromRoute] long userId)
 {
     return(_authService.GetLastActionIds(userId));
 }