Examples of EliminarRecargo


Examples of org.salamanca.commands.recargoFormaDePago.EliminarRecargo

     *
     * @param recargo Recargo
     * @return ICommand
     */
    public static ICommand createEliminarRecargoTarjeta(Recargo recargo) {
     EliminarRecargo eliminarRecargo = new EliminarRecargo(recargo);
     return new CommandLogger(eliminarRecargo);
}
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.