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

com.jeesuite.gateway.api.TenantApi Maven / Gradle / Ivy

The newest version!
package com.jeesuite.gateway.api;

import java.util.List;

import com.jeesuite.gateway.model.Tenant;

public interface TenantApi {

	Tenant userDefaultTenant(String userId);
	List userTenantList(String userId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy