public Detalle_Especialistas_PacientesController(IDetalle_Especialistas_PacientesService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Especialistas_PacientesApiConsumer Detalle_Especialistas_PacientesApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, ISpartan_UserApiConsumer Spartan_UserApiConsumer, IEspecialidadesApiConsumer EspecialidadesApiConsumer, IEstatus_PacienteApiConsumer Estatus_PacienteApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_Especialistas_PacientesApiConsumer = Detalle_Especialistas_PacientesApiConsumer;
     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._ISpartan_UserApiConsumer                    = Spartan_UserApiConsumer;
     this._IEspecialidadesApiConsumer                  = EspecialidadesApiConsumer;
     this._IEstatus_PacienteApiConsumer                = Estatus_PacienteApiConsumer;
 }
Exemplo n.º 2
0
 public Detalle_Consulta_Actividades_Registro_EventoController(IDetalle_Consulta_Actividades_Registro_EventoService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Consulta_Actividades_Registro_EventoApiConsumer Detalle_Consulta_Actividades_Registro_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, ITipos_de_ActividadesApiConsumer Tipos_de_ActividadesApiConsumer, IEspecialidadesApiConsumer EspecialidadesApiConsumer, ISpartan_UserApiConsumer Spartan_UserApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_Consulta_Actividades_Registro_EventoApiConsumer = Detalle_Consulta_Actividades_Registro_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._ITipos_de_ActividadesApiConsumer            = Tipos_de_ActividadesApiConsumer;
     this._IEspecialidadesApiConsumer                  = EspecialidadesApiConsumer;
     this._ISpartan_UserApiConsumer                    = Spartan_UserApiConsumer;
 }