dependencies#

Dependencies for the teams domain.

User Account Controllers.

async app.domain.teams.dependencies.provide_team_members_service(db_session: AsyncSession) AsyncGenerator[TeamMemberService, None][source]#

Construct repository and service objects for the request.

async app.domain.teams.dependencies.provide_teams_service(db_session: AsyncSession) AsyncGenerator[TeamService, None][source]#

Construct repository and service objects for the request.

async app.domain.teams.dependencies.provide_team_invitations_service(db_session: AsyncSession) AsyncGenerator[TeamInvitationService, None][source]#

Construct repository and service objects for the request.