Example #1
0
 public void Xoa(Bao b)
 {
     DanhSachBao.Remove(b);
 }
Example #2
0
 public void Them(Bao b)
 {
     DanhSachBao.Add(b);
 }