예제 #1
0
 public void Remover(TEntity entity)
 {
     MercadoContext.Remove(entity);
 }