Esempio n. 1
0
 public IncluirModel(IImpedimentoTarefaApiService impedimentoTarefaApiService,
                     ICrudApiService <ImpedimentoViewModel> impedimentoApiService,
                     ITarefaApiService tarefaApiService)
 {
     _impedimentoTarefaApiService = impedimentoTarefaApiService;
     _impedimentoApiService       = impedimentoApiService;
     _tarefaApiService            = tarefaApiService;
 }
Esempio n. 2
0
 public AlterarModel(IImpedimentoTarefaApiService impedimentoTarefaApiService,
                     ICrudApiService <ImpedimentoViewModel> impedimentoApiService)
 {
     _impedimentoTarefaApiService = impedimentoTarefaApiService;
     _impedimentoApiService       = impedimentoApiService;
 }
Esempio n. 3
0
 public RemoverModel(IImpedimentoTarefaApiService impedimentoTarefaApiService)
 {
     _impedimentoTarefaApiService = impedimentoTarefaApiService;
 }
Esempio n. 4
0
 public ListarModel(IImpedimentoTarefaApiService impedimentoTarefaApiService)
 {
     _impedimentoTarefaApiService = impedimentoTarefaApiService;
 }