Skip to content

Instantly share code, notes, and snippets.

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