Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:44
Show Gist options
  • Save yaplex/3d9bb8c15dbf151f070f78e713b96f64 to your computer and use it in GitHub Desktop.
Save yaplex/3d9bb8c15dbf151f070f78e713b96f64 to your computer and use it in GitHub Desktop.
public interface IMyRepository
{
IEnumerable<Product> GetAllProducts();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment