Esempio n. 1
0
 public PublishingTaskScheduler(QaConfigCustomer customer, IArticlePublishingSchedulerService publishingService)
 {
     _customer          = customer;
     _publishingService = publishingService;
 }