File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
38
38
39
39
extension DIContainer {
40
40
static func registerDependencies( ) {
41
- DIContainer . shared. register ( DefaultCCTVUseCase ( ) as CCTVUseCase )
41
+ DIContainer . shared. register ( DefaultCCTVUseCase ( repository : DefaultCCTVRepository ( ) ) as CCTVUseCase )
42
42
DIContainer . shared. register ( DefaultHotPlaceUseCase ( ) as HotPlaceUseCase )
43
- DIContainer . shared. register ( DefaultPoliceStationUseCase ( ) as PoliceStationUseCase )
43
+ DIContainer . shared. register ( DefaultPoliceStationUseCase ( repository : DefaultPoliceStationRepository ( ) ) as PoliceStationUseCase )
44
44
DIContainer . shared. register ( DefaultAuthenticationUseCase ( ) as AuthenticationUseCase )
45
45
DIContainer . shared. register ( DefaultSearchRouteUseCase ( routeRepository: DefaultRouteRepository ( ) , locationRepository: DefaultLocationRepository ( ) ) as SearchRouteUseCase )
46
46
}
You can’t perform that action at this time.
0 commit comments