コード例 #1
0
ファイル: DanhMucBUS.cs プロジェクト: lkh/thanhpham
 public static void Insert(DanhMucDTO danhMuc)
 {
     DanhMucDAO.Insert(danhMuc);
 }