public Detalle_Planes_de_RutinasController(IDetalle_Planes_de_RutinasService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Planes_de_RutinasApiConsumer Detalle_Planes_de_RutinasApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IDias_de_la_semanaApiConsumer Dias_de_la_semanaApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer            = authenticationApiConsumer;
     this._IDetalle_Planes_de_RutinasApiConsumer = Detalle_Planes_de_RutinasApiConsumer;
     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._IDias_de_la_semanaApiConsumer               = Dias_de_la_semanaApiConsumer;
 }