Exemplo n.º 1
0
 public TypeInformation(dddlib.Sdk.Configuration.Model.NaturalKey naturalKey)
 {
     this.GetNaturalKeyValue = entity => naturalKey.GetValue(entity);
 }
Exemplo n.º 2
0
 internal Entity(dddlib.Sdk.Configuration.Model.NaturalKey naturalKey)
     : this(@this => new TypeInformation(naturalKey))
 {
 }