Created
April 15, 2018 17:12
-
-
Save pjwelcome/34af8515eca295d8da0f1d31a519d4e8 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
let container = DepedencyContainer.instance | |
container.register(depedency: ProductsRepository.self, implemenation: { | |
ProductsRepositoryImplementation() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment