Esempio n. 1
0
 public CrewController(IAuthorizationHelper authorizationHelper, IMapper mapper, Models.TimingSiteContext context) : base(context)
 {
     _authorizationHelper = authorizationHelper;
     _mapper = mapper;
 }
 public AthleteController(IMapper mapper, Models.TimingSiteContext context) : base(context)
 {
     _mapper = mapper;
 }