示例#1
0
 public void Remover(TEntity entity)
 {
     QuickBuyContexto.Remove(entity);
     QuickBuyContexto.SaveChanges();
 }