コード例 #1
0
 protected void alterarMotorista(Motorista motorista) throws ParseException, Exception {
   motoristaDao.alterarMotorista(motorista);
 }