Created
April 15, 2018 17:09
-
-
Save pjwelcome/2b482b24b486ad14be0f706e18be7462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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