public EntityAddScheduledPublishHistory(
     IEntityScheduledPublishFactory scheduledPublishHistoryFactory,
     IEntityScheduledPublishHistoryContextFactory contextFactory)
 {
     ScheduledPublishHistoryFactory = scheduledPublishHistoryFactory;
     ContextFactory = contextFactory;
 }
예제 #2
0
 public EntityUpsertScheduledPublish(
     IEntityScheduledPublishFactory scheduledPublishFactory,
     IEntityScheduledPublishContextFactory contextFactory)
 {
     ScheduledPublishFactory = scheduledPublishFactory;
     ContextFactory          = contextFactory;
 }