kudoleh / iOS-Clean-Architecture-MVVM

Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
https://tech.olx.com/clean-architecture-and-mvvm-on-ios-c9d167d9f5b3
3.91k stars 672 forks source link

DefaultMoviesQueriesRepository remove DataTransferService Properties #28

Closed Kim-Junhwan closed 1 year ago

Kim-Junhwan commented 1 year ago

DefaultMoviesQueriesRepository not use DataTransferService. That attribute is deprecated, but if it exists, it might confuse others, so we've removed it.