Beispiel #1
0
 public IEntityMap <T> GetEntityMap <T>()
     where T : TSchema
 {
     return(_schemaBuilder.GetEntityMap <T>());
 }