Examples of ModificarRecargo


Examples of org.salamanca.commands.recargoFormaDePago.ModificarRecargo

     * @param concepto String
     * @param porcentaje double
     * @return ICommand
     */
    public static ICommand createModificarRecargoTarjeta(Recargo recargo,String concepto, double porcentaje) {
  ModificarRecargo modificarRecargo = new ModificarRecargo(recargo,concepto,porcentaje);
  return new CommandLogger(modificarRecargo);
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.