Example #1
0
 // returns a List which includes all the mothers
 public List <Mother> GetAllMothers()
 {
     return(DAL.GetAllMothers());
 }