コード例 #1
0
 public EntityAddScheduledPublishHistory(
     IEntityScheduledPublishFactory scheduledPublishHistoryFactory,
     IEntityScheduledPublishHistoryContextFactory contextFactory)
 {
     ScheduledPublishHistoryFactory = scheduledPublishHistoryFactory;
     ContextFactory = contextFactory;
 }
コード例 #2
0
 public EntityFindScheduledPublishHistories(
     IEntityScheduledPublishHistoryContextFactory contextFactory)
 {
     ContextFactory = contextFactory;
 }