Package nz.co.elysium

Examples of nz.co.elysium.PizzaService


import org.skife.jdbi.v2.DBI;

public class Seeder extends EnvironmentCommand<PizzaConfiguration> {

    public Seeder() {
        super(new PizzaService(), "seeder", "data seeding");
    }
View Full Code Here

TOP

Related Classes of nz.co.elysium.PizzaService

Copyright © 2018 www.massapicom. 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.