コード例 #1
0
 public NotificationHandler(
     YandexDiskHub yandexDiskHub,
     DropboxHub dropboxHub,
     IServiceScopeFactory serviceScopeFactory)
 {
     _yandexDiskHub       = yandexDiskHub;
     _dropboxHub          = dropboxHub;
     _serviceScopeFactory = serviceScopeFactory;
 }
コード例 #2
0
 public ProgressMessageHandler(YandexDiskHub yandexDiskHub, DropboxHub dropboxHub)
 {
     _yandexDiskHub = yandexDiskHub;
     _dropboxHub    = dropboxHub;
 }