コード例 #1
0
ファイル: PhanQuyenBUS.cs プロジェクト: thongnguyenit99/qlbh
 public int XoaVaiTro(int id)
 {
     return(phanQuyenDAO.XoaVaiTro(id));
 }