Skip to content

Instantly share code, notes, and snippets.

@ierhalim
Last active May 14, 2020 19:55
Show Gist options
  • Save ierhalim/23a36ab9d2a1d982cc3f4d1cd20cec42 to your computer and use it in GitHub Desktop.
Save ierhalim/23a36ab9d2a1d982cc3f4d1cd20cec42 to your computer and use it in GitHub Desktop.
public interface IExampleService
{
Task<IEnumerable<ExampleOutputModel>> Get();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment