Example #1
0
 // returns a List which includes all the children
 public List <Child> GetAllChildren()
 {
     return(DAL.GetAllChildren());
 }