Exemplo n.º 1
0
        public ResolutionCats()
        {
            ResolutionCatsSchema _schema = new ResolutionCatsSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
Exemplo n.º 2
0
 public ResolutionCats()
 {
     ResolutionCatsSchema _schema = new ResolutionCatsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }