Ejemplo n.º 1
0
 public EntityType()
 {
     CoreProperties = new PropertyList();
 }
Ejemplo n.º 2
0
 public Entity()
 {
     Properties = new PropertyList();
 }