Facebook
From Mungo Crane, 2 Years ago, written in C#.
This paste is a reply to Re: Re: Re: Re: Untitled from Blush Bushbaby - view diff
Embed
Download Paste or View Raw
Hits: 176
  1. public class UsersController : ApiControllerBase
  2. {
  3.     [HttpPost("Authenticate")]
  4.     [ProducesResponseType(StatusCodes.Status200OK, Type = typeof(UsersAuthenticateCommandResult))]
  5.     public async Task<IActionResult> Authenticate(UsersAuthenticateCommand command)
  6.     {
  7.         return await Mediator.Send(command);
  8.     }
  9. }

Replies to Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Untitled Queen Pintail python 2 Years ago.