Пример #1
0
 /// <summary>
 /// delete the mother by her id
 /// </summary>
 /// <param name="motherId"></param>
 public void DeleteMother(int motherId)
 {
     myIdal.DeleteMother(motherId);
 }