Ejemplo n.º 1
0
 public static IRelationship Relate<T1, T2>() => Relationship.Create<T1, T2>();
Ejemplo n.º 2
0
 public static Binding NewBinding<T1, T2>() => Lib.Binding.Create(Relationship.Create<T1, T2>());
Ejemplo n.º 3
0
 public static IRelationship Relate(Type source, Type target) => Relationship.Create(source, target);