コード例 #1
0
ファイル: CategoryBLL.cs プロジェクト: uewill/qsnwl
 public DataSet GetAllChildByCodeNoPar(string code)
 {
     return(dal.GetAllChildByCodeNoPar(code));
 }