Exemplo n.º 1
0
        public void Remove(int id)
        {
            productCache.Remove(productCache.Where(cacheEntity => cacheEntity.Key.Id == id).First().Key);
            productEntityDAO.Remove(id);

            //TODO : cleanup childs.
        }
Exemplo n.º 2
0
        public void Remove(int id)
        {
            productEntityDAO.Remove(id);

            //TODO : cleanup childs.
        }