示例#1
0
 public PgTableHierarchyM(IDataRepositoryM source, Int32 id, int?srid, ETableType type)
     : base(source, id, srid, type)
 {
     _id = id;
 }
示例#2
0
 public PgTableHierarchyM(IDataRepositoryM source, int?srid, ETableType type) :
     base(source, srid, type)
 {
 }