Beispiel #1
0
 public Detalle_Audiencia_Defensor_ImputadoController(IDetalle_Audiencia_Defensor_ImputadoService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Audiencia_Defensor_ImputadoApiConsumer Detalle_Audiencia_Defensor_ImputadoApiConsumer, 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)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_Audiencia_Defensor_ImputadoApiConsumer = Detalle_Audiencia_Defensor_ImputadoApiConsumer;
     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;
 }
Beispiel #2
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;
 }