Exemple #1
0
 public IncluirModel(IImpedimentoTarefaApiService impedimentoTarefaApiService,
                     ICrudApiService <ImpedimentoViewModel> impedimentoApiService,
                     ITarefaApiService tarefaApiService)
 {
     _impedimentoTarefaApiService = impedimentoTarefaApiService;
     _impedimentoApiService       = impedimentoApiService;
     _tarefaApiService            = tarefaApiService;
 }
 public IncluirModel(IRecursoTarefaApiService recursoTarefaApiService,
                     IRecursoProjetoApiService recursoProjetoApiService,
                     ITarefaApiService tarefaApiService)
 {
     _recursoTarefaApiService  = recursoTarefaApiService;
     _recursoProjetoApiService = recursoProjetoApiService;
     _tarefaApiService         = tarefaApiService;
 }
 public IncluirModel(ITarefaApiService tarefaApiService,
                     ICrudApiService <ProjetoViewModel> projetoApiService,
                     ICrudApiService <SistemaViewModel> sistemaApiService,
                     ICrudApiService <WorkflowViewModel> workflowApiService,
                     ICrudApiService <TipoTarefaViewModel> tipoTarefaApiService)
 {
     _tarefaApiService     = tarefaApiService;
     _projetoApiService    = projetoApiService;
     _sistemaApiService    = sistemaApiService;
     _workflowApiService   = workflowApiService;
     _tipoTarefaApiService = tipoTarefaApiService;
 }
Exemple #4
0
 public RemoverModel(ITarefaApiService tarefaApiService)
 {
     _tarefaApiService = tarefaApiService;
 }
Exemple #5
0
 public FluxoTrabalhoModel(ICrudApiService <WorkflowViewModel> workflowApiService,
                           ITarefaApiService tarefaApiService)
 {
     _workflowApiService = workflowApiService;
     _tarefaApiService   = tarefaApiService;
 }
Exemple #6
0
 public ListarModel(IApontamentoApiService apontamentoApiService,
                    ITarefaApiService tarefaApiService)
 {
     _apontamentoApiService = apontamentoApiService;
     _tarefaApiService      = tarefaApiService;
 }
 public ListarModel(ITarefaApiService tarefaApiService)
 {
     _tarefaApiService = tarefaApiService;
 }