All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.cefis.APICefis Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package br.com.cefis;


import br.com.cefis.api.TeamUserAPI;

public class APICefis {

    private final ClientCefis client;

    public APICefis(final ClientCefis client) {
        this.client = client;
    }

    public TeamUserAPI teamUser() {
        return new TeamUserAPI(client);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy