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