Ejemplo n.º 1
0
 public BindingModelArgumentApplyer(Persistence.Version1.ArgumentList arguments)
     : base(arguments)
 {
 }
Ejemplo n.º 2
0
 protected ArgumentBindingModelNavigator(Persistence.Version1.ArgumentList arguments)
 {
     Arguments   = arguments;
     NavigateAll = true;
 }
Ejemplo n.º 3
0
 public CommonParentFinder(Persistence.Version1.ArgumentList arguments)
     : base(arguments)
 {
 }