Package pl.edu.prz.kia.ntp.M4

Examples of pl.edu.prz.kia.ntp.M4.M4Service.addBilet()


    public Integer addBilet(BiletDTO bilet) {
        M4Service service;
        Bilet entity;
        service = new M4Service(em);
        entity = ConversionService.toEJB(bilet);
        return service.addBilet(entity);
    }

    /**
     * @param status_zamowienia
     * @return
 
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.