Exemplo n.º 1
0
 protected FeatureContext(ObjectContext otherContext) : base(otherContext) {}
Exemplo n.º 2
0
 protected ObjectContext(ObjectContext otherContext) {
     Target = otherContext.Target;
 }