Exemplo n.º 1
0
 public PgTableHierarchyM(IDataRepositoryM source, Int32 id, int?srid, ETableType type)
     : base(source, id, srid, type)
 {
     _id = id;
 }
Exemplo n.º 2
0
 public PgTableHierarchyM(IDataRepositoryM source, int?srid, ETableType type) :
     base(source, srid, type)
 {
 }