Пример #1
0
 /// <summary>
 /// Add a mother to the mother list
 /// </summary>
 /// <param name="m">The mother you want to add to the mother list</param>
 public void AddMother(Mother m)
 {
     dal.AddMother(m);
 }