Example #1
0
 public void Remover(TEntity entity)
 {
     Quickbuycontexto.Remove(entity);
     Quickbuycontexto.SaveChanges();
 }