Exemple #1
0
 public static bool DeleteLoaiSanPhamById(string maLoaiSanPham)
 {
     return(LoaiSanPhamDAO.DeleteLoaiSanPhamById(maLoaiSanPham));
 }