Exemple #1
0
 public void Xoa(Sach s)
 {
     DanhSachSach.Remove(s);
 }
Exemple #2
0
 public void Them(Sach s)
 {
     DanhSachSach.Add(s);
 }