Exemple #1
0
 public void remove(int id)
 {
     storage.remove(id);
 }
 public virtual void  remove(int id)
 {
     storage.remove(id);
 }