public AccountsController(JaxDbContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public CompetitionsController(JaxDbContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }