예제 #1
0
 public NotificationHandler(
     YandexDiskHub yandexDiskHub,
     DropboxHub dropboxHub,
     IServiceScopeFactory serviceScopeFactory)
 {
     _yandexDiskHub       = yandexDiskHub;
     _dropboxHub          = dropboxHub;
     _serviceScopeFactory = serviceScopeFactory;
 }
 public ProgressMessageHandler(YandexDiskHub yandexDiskHub, DropboxHub dropboxHub)
 {
     _yandexDiskHub = yandexDiskHub;
     _dropboxHub    = dropboxHub;
 }