コード例 #1
0
 public Float getCostOfSousTraitants(CommandesEntity commandesEntity) {
   CoefficientEntity coefficientEntity = coefficientManager.findCurrentCoefficient();
   return coefficientEntity.getStCoef() * this.getSumOfCostByCommandes(commandesEntity);
 }