예제 #1
0
 public Detalle_de_IndiciosController(IDetalle_de_IndiciosService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_de_IndiciosApiConsumer Detalle_de_IndiciosApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IServicios_PericialesApiConsumer Servicios_PericialesApiConsumer, IEstatus_de_IndicioApiConsumer Estatus_de_IndicioApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer      = authenticationApiConsumer;
     this._IDetalle_de_IndiciosApiConsumer = Detalle_de_IndiciosApiConsumer;
     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._IServicios_PericialesApiConsumer            = Servicios_PericialesApiConsumer;
     this._IEstatus_de_IndicioApiConsumer              = Estatus_de_IndicioApiConsumer;
 }