Skip to content

Instantly share code, notes, and snippets.

@mortezadalil
Last active December 12, 2019 17:09
Show Gist options
  • Save mortezadalil/b0dbec79955d2d9b0fd5adc1f0a95256 to your computer and use it in GitHub Desktop.
Save mortezadalil/b0dbec79955d2d9b0fd5adc1f0a95256 to your computer and use it in GitHub Desktop.
[HttpGet("GetAll")]
public async Task<IActionResult> GetAll()
{
var query = new GetAllPostQuery();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment