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