sanogueralorenzo
01/07/2019, 4:09 PMval dataSourceModule: Module = module {
single { CommentDataSourceCache(cache = get(COMMENT_ENTITY_CACHE)) as CommentDataSource }
single { CommentDataSourceRemote(commentsApi = commentsApi) as CommentDataSource }
}