Ejemplo n.º 1
0
 public void Remover(TEntity entity)
 {
     MercadoContext.Remove(entity);
 }