using Model; namespace Services; public interface ITeamService { public Task> ListTeamsOf(int userId); }