Exemplo n.º 1
0
 public IngredientFacade(IIngredientClient ingredientClient,
                         IOptions <ApiOptions> apiOptions,
                         IOptions <WebOptions> webOptions)
 {
     _ingredientClient = ingredientClient;
     this.apiOptions   = apiOptions;
     this.webOptions   = webOptions;
 }
Exemplo n.º 2
0
 public IngredientsFacade(IIngredientClient ingredientClient)
 {
     this.ingredientClient = ingredientClient;
 }
Exemplo n.º 3
0
 public IngredientFacade(IIngredientClient ingredientClient)
 {
     _ingredientClient = ingredientClient;
 }