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

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
コード例 #2
0
ファイル: CreationCats.cs プロジェクト: evgeniynet/DataLayer
 public CreationCats()
 {
     CreationCatsSchema _schema = new CreationCatsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }