//TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public Detalle_Registro_en_Actividad_EventoController(IDetalle_Registro_en_Actividad_EventoService service, ISpartan_Bitacora_SQLService bitacoraService)
 {
     this.service     = service;
     serviceBitacora  = bitacoraService;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/Detalle_Registro_en_Actividad_Evento";
 }
Exemple #2
0
 public Detalle_Registro_en_Actividad_EventoController(IDetalle_Registro_en_Actividad_EventoService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Registro_en_Actividad_EventoApiConsumer Detalle_Registro_en_Actividad_EventoApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDetalle_Actividades_EventoApiConsumer Detalle_Actividades_EventoApiConsumer, IParentescos_EmpleadosApiConsumer Parentescos_EmpleadosApiConsumer, ISexoApiConsumer SexoApiConsumer, IEstatus_Reservaciones_ActividadApiConsumer Estatus_Reservaciones_ActividadApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_Registro_en_Actividad_EventoApiConsumer = Detalle_Registro_en_Actividad_EventoApiConsumer;
     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_Actividades_EventoApiConsumer      = Detalle_Actividades_EventoApiConsumer;
     this._IParentescos_EmpleadosApiConsumer           = Parentescos_EmpleadosApiConsumer;
     this._ISexoApiConsumer                            = SexoApiConsumer;
     this._IEstatus_Reservaciones_ActividadApiConsumer = Estatus_Reservaciones_ActividadApiConsumer;
 }