public MR_Detalle_PlatilloController(IMR_Detalle_PlatilloService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IMR_Detalle_PlatilloApiConsumer MR_Detalle_PlatilloApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IIngredientesApiConsumer IngredientesApiConsumer, IUnidades_de_MedidaApiConsumer Unidades_de_MedidaApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer      = authenticationApiConsumer;
     this._IMR_Detalle_PlatilloApiConsumer = MR_Detalle_PlatilloApiConsumer;
     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;
     this._IUnidades_de_MedidaApiConsumer              = Unidades_de_MedidaApiConsumer;
 }
Esempio n. 2
0
 public Detalle_de_IngredientesController(IDetalle_de_IngredientesService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, IDetalle_de_IngredientesApiConsumer Detalle_de_IngredientesApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer, ISpartan_Business_RuleApiConsumer Spartan_Business_RuleApiConsumer, ISpartan_BR_Process_Event_DetailApiConsumer Spartan_BR_Process_Event_DetailApiConsumer, IUnidades_de_MedidaApiConsumer Unidades_de_MedidaApiConsumer, IIngredientesApiConsumer IngredientesApiConsumer, IPresentacionApiConsumer PresentacionApiConsumer, IMarcaApiConsumer MarcaApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer          = authenticationApiConsumer;
     this._IDetalle_de_IngredientesApiConsumer = Detalle_de_IngredientesApiConsumer;
     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._IUnidades_de_MedidaApiConsumer              = Unidades_de_MedidaApiConsumer;
     this._IIngredientesApiConsumer                    = IngredientesApiConsumer;
     this._IPresentacionApiConsumer                    = PresentacionApiConsumer;
     this._IMarcaApiConsumer                           = MarcaApiConsumer;
 }