Esempio n. 1
0
 public DeletedPhotosController(IAuthService authService, IDeletedPhotosService photoService, IEventBus eventBus)
 {
     _authService  = authService;
     _photoService = photoService;
     _eventBus     = eventBus;
 }
Esempio n. 2
0
 public PhotoJobs(IDeletedPhotosService photoService, IEventBus eventBus)
 {
     _photoService = photoService;
     _eventBus     = eventBus;
 }