Exemple #1
0
        public async Task <ActionResult> Post(CreateTaskCommand command)
        {
            await _dispatcher.SendAsync(command.BindId(x => x.Id));

            return(Accepted());
        }