Exemplo n.º 1
0
 public void Atualizar(AcrescimoMeioTransporte acrescimoMeioTransporte)
 {
     db.AcrescimosMeioTransporte.Update(acrescimoMeioTransporte);
     db.SaveChanges();
 }
 public void Atualizar(AcrescimoMotivoViagem acrescimoMotivoViagem)
 {
     db.AcrescimosMotivoViagem.Update(acrescimoMotivoViagem);
     db.SaveChanges();
 }