Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 13:46
Show Gist options
  • Save mattumotu/6c4bbdce33b33726fe58e677496edfa8 to your computer and use it in GitHub Desktop.
Save mattumotu/6c4bbdce33b33726fe58e677496edfa8 to your computer and use it in GitHub Desktop.
public class ProjectFetcher : IFetchThings {
public Project Fetch() { ... }; // Does not implement IFetchThings.Fetch() as they have differing return types. A Project isn't a Client.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment