Beispiel #1
0
 public IncludeItem(string relation, IncludeItem single)
 {
     Relation = relation;
     Scope    = new Include(single);
 }
Beispiel #2
0
 public IncludeItem(string relation, Include scope)
 {
     Relation = relation;
     Scope    = scope;
 }