コード例 #1
0
 public override void TheTest()
 {
     Result = MappingsRepository.FindPropertyMappingFor(null, ExpectedProperty);
 }
コード例 #2
0
 public override void TheTest()
 {
     Result = MappingsRepository.FindPropertyMappingFor(Entity, new Iri(ExpectedProperty));
 }