Example #1
0
 public Detalle_de_Sentencias_Imputado_MPIController(IDetalle_de_Sentencias_Imputado_MPIService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_de_Sentencias_Imputado_MPIApiConsumer Detalle_de_Sentencias_Imputado_MPIApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDelitoApiConsumer DelitoApiConsumer, ISentenciaApiConsumer SentenciaApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_de_Sentencias_Imputado_MPIApiConsumer = Detalle_de_Sentencias_Imputado_MPIApiConsumer;
     this._userCredential                              = SessionHelper.UserCredential;
     this._tokenManager                                = tokenManager;
     this._ISpartane_FileApiConsumer                   = Spartane_FileApiConsumer;
     this._ISpartan_Business_RuleApiConsumer           = Spartan_Business_RuleApiConsumer;
     this._ISpartan_BR_Process_Event_DetailApiConsumer = Spartan_BR_Process_Event_DetailApiConsumer;
     this._IDelitoApiConsumer                          = DelitoApiConsumer;
     this._ISentenciaApiConsumer                       = SentenciaApiConsumer;
 }
Example #2
0
 public Detalle_de_Delito_Mandamiento_JudicialController(IDetalle_de_Delito_Mandamiento_JudicialService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_de_Delito_Mandamiento_JudicialApiConsumer Detalle_de_Delito_Mandamiento_JudicialApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDelitoApiConsumer DelitoApiConsumer, IModalidad_DelitoApiConsumer Modalidad_DelitoApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_de_Delito_Mandamiento_JudicialApiConsumer = Detalle_de_Delito_Mandamiento_JudicialApiConsumer;
     this._userCredential                              = SessionHelper.UserCredential;
     this._tokenManager                                = tokenManager;
     this._ISpartane_FileApiConsumer                   = Spartane_FileApiConsumer;
     this._ISpartan_Business_RuleApiConsumer           = Spartan_Business_RuleApiConsumer;
     this._ISpartan_BR_Process_Event_DetailApiConsumer = Spartan_BR_Process_Event_DetailApiConsumer;
     this._IDelitoApiConsumer                          = DelitoApiConsumer;
     this._IModalidad_DelitoApiConsumer                = Modalidad_DelitoApiConsumer;
 }
Example #3
0
 public Detalle_Relaciones_MASCController(IDetalle_Relaciones_MASCService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Relaciones_MASCApiConsumer Detalle_Relaciones_MASCApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDetalle_de_ImputadoApiConsumer Detalle_de_ImputadoApiConsumer, IDelitoApiConsumer DelitoApiConsumer, IDetalle_de_Datos_GeneralesApiConsumer Detalle_de_Datos_GeneralesApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer          = authenticationApiConsumer;
     this._IDetalle_Relaciones_MASCApiConsumer = Detalle_Relaciones_MASCApiConsumer;
     this._userCredential                              = SessionHelper.UserCredential;
     this._tokenManager                                = tokenManager;
     this._ISpartane_FileApiConsumer                   = Spartane_FileApiConsumer;
     this._ISpartan_Business_RuleApiConsumer           = Spartan_Business_RuleApiConsumer;
     this._ISpartan_BR_Process_Event_DetailApiConsumer = Spartan_BR_Process_Event_DetailApiConsumer;
     this._IDetalle_de_ImputadoApiConsumer             = Detalle_de_ImputadoApiConsumer;
     this._IDelitoApiConsumer                          = DelitoApiConsumer;
     this._IDetalle_de_Datos_GeneralesApiConsumer      = Detalle_de_Datos_GeneralesApiConsumer;
 }