public PublishStateQuery(IB2BPlublisherStore b2BPublisherStore)
 {
     _b2bPublisherStore = b2BPublisherStore;
 }
Beispiel #2
0
 public PublishStateMutation(IB2BPlublisherStore b2bPublisherStore)
 {
     _b2BPublisherStore = b2bPublisherStore;
 }