コード例 #1
0
ファイル: Bl_imp.cs プロジェクト: eshel71/dotNet_Project_CS
 /// <summary>
 /// delete the mother by her id
 /// </summary>
 /// <param name="motherId"></param>
 public void DeleteMother(int motherId)
 {
     myIdal.DeleteMother(motherId);
 }