public interface TeamRepo
Map<TeamId,Team>
retrieveUserTeams(UserId userId, DeviceId deviceId)
Map<TeamId,Team> retrieveUserTeams(UserId userId, DeviceId deviceId) throws TeamRepoException
TeamRepoException