Ejemplo n.º 1
0
        public override async Task <SendStoryResponse> SendStory(SendStoryCommand request, ServerCallContext context)
        {
            await Task.CompletedTask;

            return(new SendStoryResponse());
        }
Ejemplo n.º 2
0
 public override async Task <SendStoryResponse> SendStory(SendStoryCommand request, ServerCallContext context)
 {
     var command = new SendStory(default, Guid.Parse(request.UserId), request.Title,