Created
June 19, 2017 20:45
-
-
Save yaplex/783916b16721317dfc5e7de372e9d909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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