Created
December 3, 2018 13:56
-
-
Save mattumotu/ef3d7d4c3164f488c59a9ff2e5da7dfe 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
public class DocumentFetcher : IFetchThings<Document> { | |
public Document Fetch() { ... } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment