Searched refs:photoRepository (Results 1 – 1 of 1) sorted by relevance
60 auto photoRepository = std::make_shared<PhotoJobRepository>(userId); in CreatePhotoProcessor() local61 …cessor = std::make_shared<DeferredPhotoProcessor>(userId, taskManager, photoRepository, callbacks); in CreatePhotoProcessor()62 …auto photoController = std::make_shared<DeferredPhotoController>(userId, photoRepository, photoPro… in CreatePhotoProcessor()