Esempio n. 1
0
 public TestSuiteService(OneTestDbContext context, ITestNodeService nodeService, IMapper mapper)
 {
     _context     = context;
     _nodeService = nodeService;
     _mapper      = mapper;
 }
Esempio n. 2
0
 public TestNodeController(ITestNodeService service, IMapper mapper)
 {
     _service = service;
     _mapper  = mapper;
 }