Example #1
0
 public void RemoveDependencyRule(TermSetInRule <T> DependencySource)
 {
     Dependency.Remove(DependencySource);
 }
Example #2
0
 public void AddDependencyRule(TermSetInRule <T> DependencySource)
 {
     Dependency.Add(DependencySource);
 }