Beispiel #1
0
 public MetricService(JazzMetricsContext db, IAspiceProcessService aspiceProcessService, IMetricTypeService metricTypeService, IAffectedFieldService affectedFieldService,
                      IHttpContextAccessor contextAccessor, IHelperService helperService) : base(db)
 {
     _metricTypeService    = metricTypeService;
     _aspiceProcessService = aspiceProcessService;
     _affectedFieldService = affectedFieldService;
     CurrentUser           = helperService.GetCurrentUser(contextAccessor.HttpContext.User.GetId());
 }
 public AspiceProcessController(IHelperService helperService, IAspiceProcessService aspiceVersionService) : base(helperService) => _aspiceProcessService = aspiceVersionService;