public PlaylistsController(PlayListServiceCreator playListServiceCreator, PlayListQueryCreator playListQueryCreator) { this.playListServiceCreator = playListServiceCreator; this.playListQueryCreator = playListQueryCreator; }
public PlaylistsController(CommandQueuePort commandQueue, PlayListQueryCreator playListQueryCreator) { this.commandQueue = commandQueue; this.playListQueryCreator = playListQueryCreator; }