Пример #1
0
 public Task <Game> CreateAsync([FromBody] Game.CreateCommand command, CancellationToken cancellationToken = default)
 {
     command.UseDefaultSession(SessionResolver);
     return(Games.CreateAsync(command, cancellationToken));
 }