Exemple #1
0
 public static bool UpdateLoaiSanPhamById(LoaiSanPhamDTO loaiSanPhamDTO)
 {
     return(LoaiSanPhamDAO.UpdateLoaiSanPhamById(loaiSanPhamDTO));
 }