Ejemplo n.º 1
0
 public void Adicionar(TEntity entity)
 {
     LabDataContext.Set <TEntity>().Add(entity);
     LabDataContext.SaveChanges();
 }