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