Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 13:56
Show Gist options
  • Save mattumotu/ef3d7d4c3164f488c59a9ff2e5da7dfe to your computer and use it in GitHub Desktop.
Save mattumotu/ef3d7d4c3164f488c59a9ff2e5da7dfe to your computer and use it in GitHub Desktop.
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