Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 13:55
Show Gist options
  • Save mattumotu/ff9da69b9814339633a90e60cca9d4cc to your computer and use it in GitHub Desktop.
Save mattumotu/ff9da69b9814339633a90e60cca9d4cc to your computer and use it in GitHub Desktop.
public class ProjectFetcher : IFetchThings<Project> {
public Project Fetch() { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment