Exemple #1
0
 public RandomController(IStepEntityService stepEntityService, IEnvironmentRecordEntityService environmentRecordEntityService, IMapper mapper)
 {
     _stepEntityService = stepEntityService;
     _environmentRecordEntityService = environmentRecordEntityService;
     _mapper = mapper;
 }
 public StepController(IStepEntityService entityService, IMapper mapper, IConfiguration configuration)
 {
     _entityService = entityService;
     _mapper        = mapper;
     _configuration = configuration;
 }