Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:45
Show Gist options
  • Select an option

  • Save yaplex/783916b16721317dfc5e7de372e9d909 to your computer and use it in GitHub Desktop.

Select an option

Save yaplex/783916b16721317dfc5e7de372e9d909 to your computer and use it in GitHub Desktop.
[Tag("Logging")]
public class MyRepository : IMyRepository
{
public IEnumerable<Product> GetAllProducts()
{
// get it from database or from wcf service...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment