Example #1
0
 public bool XoaMatHang(long id)
 {
     return(hang.XoaMatHang(id));
 }