Ejemplo n.º 1
0
        public SubstituteExceptions()
        {
            SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
Ejemplo n.º 2
0
 public SubstituteExceptions()
 {
     SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }