public void Setup()
 {
     mapping = new AssociationMapping<Customer, Order>(typeof(Customer).GetProperty("Orders"));
 }
Beispiel #2
0
 public void Setup()
 {
     mapping = new AssociationMapping <Customer, Order>(typeof(Customer).GetProperty("Orders"));
 }