public IncluirModel(IImpedimentoTarefaAppService impedimentoTarefaAppService, IAppService <ImpedimentoViewModel> impedimentoAppService, ITarefaAppService tarefaAppService) { _impedimentoTarefaAppService = impedimentoTarefaAppService; _impedimentoAppService = impedimentoAppService; _tarefaAppService = tarefaAppService; }
public RemoverModel(IImpedimentoTarefaAppService impedimentoTarefaAppService) { _impedimentoTarefaAppService = impedimentoTarefaAppService; }
public ImpedimentoTarefaController(IImpedimentoTarefaAppService impedimentoTarefaAppService) { _impedimentoTarefaAppService = impedimentoTarefaAppService; }
public AlterarModel(IImpedimentoTarefaAppService impedimentoTarefaAppService, IImpedimentoAppService impedimentoAppService) { _impedimentoTarefaAppService = impedimentoTarefaAppService; _impedimentoAppService = impedimentoAppService; }
public ListarModel(IImpedimentoTarefaAppService impedimentoTarefaAppService) { _impedimentoTarefaAppService = impedimentoTarefaAppService; }
public ImpedimentoTarefaService(IMapper mapper, IImpedimentoTarefaAppService impedimentoTarefaAppService) { _mapper = mapper; _impedimentoTarefaAppService = impedimentoTarefaAppService; }