Skip to content

Instantly share code, notes, and snippets.

@msciborski
Created June 24, 2020 17:16
Show Gist options
  • Save msciborski/a7903fd18125324828b1ab40c2f2a69d to your computer and use it in GitHub Desktop.
Save msciborski/a7903fd18125324828b1ab40c2f2a69d to your computer and use it in GitHub Desktop.
[HttpGet()]
public async Task<IActionResult> SendMessage(string senderType)
{
return Ok();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment