Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 21, 2018 20:16
Embed
What would you like to do?
public interface IProductRepository
{
Task<Product> GetProduct(int id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment