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