//TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public MS_Planes_por_Codigo_de_DescuentoController(IMS_Planes_por_Codigo_de_DescuentoService service, ISpartan_Bitacora_SQLService bitacoraService)
 {
     this.service     = service;
     serviceBitacora  = bitacoraService;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/MS_Planes_por_Codigo_de_Descuento";
 }
Example #2
0
 public MS_Planes_por_Codigo_de_DescuentoController(IMS_Planes_por_Codigo_de_DescuentoService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IMS_Planes_por_Codigo_de_DescuentoApiConsumer MS_Planes_por_Codigo_de_DescuentoApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IPlanes_de_SuscripcionApiConsumer Planes_de_SuscripcionApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IMS_Planes_por_Codigo_de_DescuentoApiConsumer = MS_Planes_por_Codigo_de_DescuentoApiConsumer;
     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._IPlanes_de_SuscripcionApiConsumer           = Planes_de_SuscripcionApiConsumer;
 }