Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Created April 15, 2018 17:12
Show Gist options
  • Save pjwelcome/34af8515eca295d8da0f1d31a519d4e8 to your computer and use it in GitHub Desktop.
Save pjwelcome/34af8515eca295d8da0f1d31a519d4e8 to your computer and use it in GitHub Desktop.
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