public void Remove(int id) { stockCache.Remove(stockCache.Where(cacheEntity => cacheEntity.Key.Id == id).First().Key); stockEntityDAO.Remove(id); }
public void Remove(int id) { stockEntityDAO.Remove(id); }