Esempio n. 1
0
 public UnitTestCasesController(IMIDCodeGeneratorService service, IMIDCodeDeconstructionService deconstructionService)
 {
     this._service = service;
     this._deconstructionService = deconstructionService;
 }
 public MIDCodesGeneratorController(IMIDCodeGeneratorService service, IMIDCodeDeconstructionService deconstructionService)
 {
     this._service = service;
     this._deconstructionService = deconstructionService;
 }