//TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public MS_Exclusion_Ingredientes_PacienteController(IMS_Exclusion_Ingredientes_PacienteService service, ISpartan_Bitacora_SQLService bitacoraService)
 {
     this.service     = service;
     serviceBitacora  = bitacoraService;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/MS_Exclusion_Ingredientes_Paciente";
 }
 public MS_Exclusion_Ingredientes_PacienteController(IMS_Exclusion_Ingredientes_PacienteService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IMS_Exclusion_Ingredientes_PacienteApiConsumer MS_Exclusion_Ingredientes_PacienteApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IIngredientesApiConsumer IngredientesApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IMS_Exclusion_Ingredientes_PacienteApiConsumer = MS_Exclusion_Ingredientes_PacienteApiConsumer;
     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._IIngredientesApiConsumer                    = IngredientesApiConsumer;
 }