Exemplo n.º 1
0
 public UploadService(UploadPhotoHandler uploadPhotoHandler, EventBus eventBus)
 {
     this.EventBus           = eventBus;
     this.uploadPhotoHandler = uploadPhotoHandler;
     this.uploadController   = new PhotoUploadController();
     StartThread();
 }
Exemplo n.º 2
0
 public UploadService(UploadPhotoHandler uploadPhotoHandler) : this(uploadPhotoHandler, EventBusCurrent.Current)
 {
 }