public RecipeController() : this(RecipeServiceFactory.Create())
 {
 }
Exemple #2
0
 public OptionsController() : this(OptionsServiceFactory.Create(), RecipeServiceFactory.Create())
 {
 }