Example #1
0
 // updates a specific child in the DS
 public void UpdateChild(Child child)
 {
     DAL.UpdateChild(child);
 }