コード例 #1
0
ファイル: BL_imp.cs プロジェクト: MALKAKER/dotNet_step1
 public bool ChildExist(string id)
 {
     return(dal.ChildExist(id));
 }