Exemplo n.º 1
0
 /// <summary>
 ///     Create new instance.
 /// </summary>
 public ModelService(BackgroundTaskDispatcher backgroundTaskDispatcher)
 => _backgroundTaskDispatcher = backgroundTaskDispatcher ?? throw new ArgumentNullException(nameof(backgroundTaskDispatcher));
Exemplo n.º 2
0
 /// <summary>
 ///     Create new instance.
 /// </summary>
 public BundleHub(BackgroundTaskDispatcher backgroundTaskDispatcher)
 => _backgroundTaskDispatcher = backgroundTaskDispatcher ?? throw new ArgumentNullException(nameof(backgroundTaskDispatcher));