public PhysicalAttributesModel()
 {
     Tablespace = new ReferenceTablespace()
     {
         GetDb = () => this.Root
     };
 }
Exemplo n.º 2
0
 public PhysicalAttributesModel()
 {
     Tablespace = new ReferenceTablespace()
     {
         Root = this.Root
     };
 }