Ejemplo n.º 1
0
 public void SetUp()
 {
     sut = new PropertySpecificationBuilder <Album, string>(x => x.Artist);
 }
Ejemplo n.º 2
0
 internal void CheckReference(PropertyBuilderBase foreignKeyProperty)
 {
     // TODO: Validation - referenced property should be primary key or have unique constraint
     PropertySpecificationBuilder.CheckReference(foreignKeyProperty.PropertySpecificationBuilder);
 }