Exemplo n.º 1
0
 public IngredientRestService(DishesCache dishesCache)
 {
     this.dishesCache = dishesCache;
 }
Exemplo n.º 2
0
 public DishesRestService(DishesCache dishesCache)
 {
     this.dishesCache = dishesCache;
 }