public RecipeController(IRecipeViewerData data) { this.data = data; }
public UserImagesController(IRecipeViewerData data) { this.data = data; }