Skip to content

Instantly share code, notes, and snippets.

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