示例#1
0
 public static void Insert(DanhMucDTO danhMuc)
 {
     DanhMucDAO.Insert(danhMuc);
 }