Package com.uip.tatar.model.factory

Examples of com.uip.tatar.model.factory.GibddFinesModelFactory


        params.put("vehicle[document_number]", vehicle.getPassport());


        return client.get(
                new APITatarAuthRequest("services/gibdd/fines", params),
                new GibddFinesModelFactory()
        );
    }
View Full Code Here

TOP

Related Classes of com.uip.tatar.model.factory.GibddFinesModelFactory

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.