Exemple #1
0
 public AccountsController(JaxDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Exemple #2
0
 public CompetitionsController(JaxDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }