コード例 #1
0
ファイル: Include.cs プロジェクト: soeltjen/Advisor
 public IncludeItem(string relation, IncludeItem single)
 {
     Relation = relation;
     Scope    = new Include(single);
 }
コード例 #2
0
ファイル: Include.cs プロジェクト: soeltjen/Advisor
 public IncludeItem(string relation, Include scope)
 {
     Relation = relation;
     Scope    = scope;
 }