Skip to content

Instantly share code, notes, and snippets.

@evgomes
Created January 30, 2019 12:30
Show Gist options
  • Save evgomes/1468d4d0e087f8a1e6e3dcaddef56a4f to your computer and use it in GitHub Desktop.
Save evgomes/1468d4d0e087f8a1e6e3dcaddef56a4f to your computer and use it in GitHub Desktop.
Initial snippet of POST method of CategoriesController, from Supermarket API
[HttpPost]
public async Task<IActionResult> PostAsync([FromBody] SaveCategoryResource resource)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment