Пример #1
0
 public DataSetController(
     IMapper mapper,
     INetworkDataSetService dataSetService)
 {
     _mapper         = mapper;
     _dataSetService = dataSetService;
 }
Пример #2
0
 public AnalysisService(
     MNCDContext ctx,
     INetworkDataSetService dataSets,
     IAnalysisSessionService sessions)
 {
     _ctx      = ctx;
     _dataSets = dataSets;
     _sessions = sessions;
 }