Exemple #1
0
 public static int CapNhatLoaiSP(LoaiSanPhamDTO dto)
 {
     return(LoaiSanPhamDAO.CapNhatLoaiSP(dto));
 }