Exemple #1
0
 //TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public Detalle_Laboratorios_ClinicosController(IDetalle_Laboratorios_ClinicosService service, ISpartan_Bitacora_SQLService bitacoraService)
 {
     this.service     = service;
     serviceBitacora  = bitacoraService;
     baseApi          = ConfigurationManager.AppSettings["DBBaseURL"].ToString();
     ApiControllerUrl = "api/Detalle_Laboratorios_Clinicos";
 }
Exemple #2
0
 public Detalle_Laboratorios_ClinicosController(IDetalle_Laboratorios_ClinicosService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_Laboratorios_ClinicosApiConsumer Detalle_Laboratorios_ClinicosApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IIndicadores_LaboratorioApiConsumer Indicadores_LaboratorioApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer = authenticationApiConsumer;
     this._IDetalle_Laboratorios_ClinicosApiConsumer = Detalle_Laboratorios_ClinicosApiConsumer;
     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._IIndicadores_LaboratorioApiConsumer         = Indicadores_LaboratorioApiConsumer;
 }