Exemplo n.º 1
0
 public TaskDefinitionController(IFileService fileService, ITaskDefinitionService taskDefinitionService)
 {
     _fileService           = fileService;
     _taskDefinitionService = taskDefinitionService;
 }
Exemplo n.º 2
0
 public TaskDefinitionController(ITaskDefinitionService taskDefinitionService, IGenericTaskDefinitionService genericTaskDefinitionService)
 {
     _taskDefinitionService        = taskDefinitionService;
     _genericTaskDefinitionService = genericTaskDefinitionService;
 }