コード例 #1
0
ファイル: ResolutionCats.cs プロジェクト: evgeniynet/APIBeta
        public ResolutionCats()
        {
            ResolutionCatsSchema _schema = new ResolutionCatsSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
コード例 #2
0
 public ResolutionCats()
 {
     ResolutionCatsSchema _schema = new ResolutionCatsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }