Unit of Work and repository patterns.
The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these patterns can help insulate our application from changes in the data store and can facilitate automated unit testing.
Infrastructure.DL is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Infrastructure.DL'
>=Swift 5.1
Ondrej Pisin, ondrej.pisin@gmail.com
LightIoC is available under the MIT license. See the LICENSE file for more info.