Ejemplo n.º 1
0
 /// <summary>
 /// Returns all childs grouped by MotherID
 /// </summary>
 /// <returns>all childs grouped by MotherID</returns>
 public IEnumerable <IGrouping <int, Child> > GetAllChildsByMother() => dal.GetAllChildsByMother();