Ejemplo n.º 1
0
 public void Remove(int id)
 {
     tagCache.Remove(tagCache.Where(cacheEntity => cacheEntity.Key.Id == id).First().Key);
     tagEntityDAO.Remove(id);
 }
Ejemplo n.º 2
0
 public void Remove(int id)
 {
     tagEntityDAO.Remove(id);
 }