public FlowPartGraphSyncer(
     IFlowPartEmbeddedContentItemsGraphSyncer flowPartEmbeddedContentItemsGraphSyncer,
     IContentFieldsGraphSyncer contentFieldsGraphSyncer)
     : base(flowPartEmbeddedContentItemsGraphSyncer)
 {
     _contentFieldsGraphSyncer = contentFieldsGraphSyncer;
 }
Ejemplo n.º 2
0
 public EponymousPartGraphSyncer(IContentFieldsGraphSyncer contentFieldsGraphSyncer)
 {
     _contentFieldsGraphSyncer = contentFieldsGraphSyncer;
 }