Example #1
0
 public IndexRecipeChangedHandler(RecipeIndexer recipeIndexer, PlaygroundContext context)
 {
     _recipeIndexer = recipeIndexer;
     _context       = context;
 }
 public IndexAllRecipes(PlaygroundContext context, RecipeIndexer indexer)
 {
     _context = context;
     _indexer = indexer;
 }