Exemplo n.º 1
0
 public Float getCostOfIntervenants(CommandesEntity commandesEntity) {
   CoefficientEntity coefficientEntity = coefficientManager.findCurrentCoefficient();
   return coefficientEntity.getInterCoef() * this.getSumOfHoursByCommandes(commandesEntity);
 }