コード例 #1
0
 public AbTestChoiceResolver(IAbTestService abTestService, IHttpContextAccessor httpContextAccessor)
 {
     _abTestService       = abTestService;
     _httpContextAccessor = httpContextAccessor;
 }
コード例 #2
0
 public AbTestViewComponent(IAbTestService abTestService)
 {
     _abTestService = abTestService;
 }
コード例 #3
0
 public AbTestController(IAbTestService abTestService, AbTestChoiceResolver abTestChoiceResolver, ITargetingContext targetingContext)
 {
     _abTestService        = abTestService;
     _abTestChoiceResolver = abTestChoiceResolver;
     _targetingContext     = targetingContext;
 }