示例#1
0
 public ManifestBatchJob(ManifestBuilderAndFormatter builderAndFormatter, ContentDbContext contentDb)
 {
     _BuilderAndFormatter = builderAndFormatter ?? throw new ArgumentNullException(nameof(builderAndFormatter));
     _ContentDb           = contentDb ?? throw new ArgumentNullException(nameof(contentDb));
 }