Example #1
0
 // adds a child to DS
 public void AddChild(Child child)
 {
     DAL.AddChild(child);
 }