Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pjwelcome/2b482b24b486ad14be0f706e18be7462 to your computer and use it in GitHub Desktop.
Save pjwelcome/2b482b24b486ad14be0f706e18be7462 to your computer and use it in GitHub Desktop.
extension ProductsRepositoryInjectable {
var products : ProductsRepository {
return Resolver.resolve(dependency: ProductsRepository.self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment