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