Example #1
0
 public void Adicionar(TEntity entity)
 {
     Quickbuycontexto.Set <TEntity>().Add(entity);
     Quickbuycontexto.SaveChanges();
 }