Ejemplo n.º 1
0
 public MS_Sexo_EjerciciosController(IMS_Sexo_EjerciciosService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IMS_Sexo_EjerciciosApiConsumer MS_Sexo_EjerciciosApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, ISexoApiConsumer SexoApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer     = authenticationApiConsumer;
     this._IMS_Sexo_EjerciciosApiConsumer = MS_Sexo_EjerciciosApiConsumer;
     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._ISexoApiConsumer                            = SexoApiConsumer;
 }
Ejemplo n.º 2
0
 public SexoController(ISexoService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, ISexoApiConsumer SexoApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, ISpartan_FormatApiConsumer Spartan_FormatApiConsumer, ISpartan_Format_PermissionsApiConsumer Spartan_Format_PermissionsApiConsumer, IGeneratePDFApiConsumer GeneratePDFApiConsumer, ISpartan_Format_RelatedApiConsumer Spartan_Format_RelatedApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._ISexoApiConsumer           = SexoApiConsumer;
     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_FormatApiConsumer                  = Spartan_FormatApiConsumer;
     this._ISpartan_Format_PermissionsApiConsumer      = Spartan_Format_PermissionsApiConsumer;
     this._IGeneratePDFApiConsumer           = GeneratePDFApiConsumer;
     this._ISpartan_FormatRelatedApiConsumer = Spartan_Format_RelatedApiConsumer;
 }
Ejemplo n.º 3
0
 public Detalle_Horarios_ActividadController(IDetalle_Horarios_ActividadService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Horarios_ActividadApiConsumer Detalle_Horarios_ActividadApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDetalle_Registro_en_Actividad_EventoApiConsumer Detalle_Registro_en_Actividad_EventoApiConsumer, IParentescos_EmpleadosApiConsumer Parentescos_EmpleadosApiConsumer, ISexoApiConsumer SexoApiConsumer, IEstatus_Reservaciones_ActividadApiConsumer Estatus_Reservaciones_ActividadApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer             = authenticationApiConsumer;
     this._IDetalle_Horarios_ActividadApiConsumer = Detalle_Horarios_ActividadApiConsumer;
     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_Registro_en_Actividad_EventoApiConsumer = Detalle_Registro_en_Actividad_EventoApiConsumer;
     this._IParentescos_EmpleadosApiConsumer                = Parentescos_EmpleadosApiConsumer;
     this._ISexoApiConsumer                                 = SexoApiConsumer;
     this._IEstatus_Reservaciones_ActividadApiConsumer      = Estatus_Reservaciones_ActividadApiConsumer;
 }