Example #1
0
 public void Remove(T item)
 {
     _context.Remove(item);
 }