Example #1
0
 public void Xoa(IHangHoa x)
 {
     dshh.Remove(x);
 }
Example #2
0
 public void Them(IHangHoa x)
 {
     dshh.Add(x);
 }