public StatisticsController(ILayoutService layoutService,
                             IClientStatisticsService clientStatisticsService
                             )
     : base(layoutService)
 {
     _clientStatisticsService = clientStatisticsService;
 }
Ejemplo n.º 2
0
 public ClientStatisticsController(IClientStatisticsService clientStatisticsService)
 {
     this.clientStatisticsService = clientStatisticsService;
 }
Ejemplo n.º 3
0
 public ExerciseCreatedConsumer(IClientStatisticsService clientStatisticsService)
 {
     this.clientStatisticsService = clientStatisticsService;
 }
Ejemplo n.º 4
0
 public ArticleCreatedConsumer(IClientStatisticsService clientStatisticsService)
 {
     this.clientStatisticsService = clientStatisticsService;
 }