示例#1
0
 public static TotalRecipeModel WithRecipeIngredientsEmpty()
 {
     return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), new IngredientModel[0]));
 }
示例#2
0
 public static TotalRecipeModel WithRecipeIngredientsNull()
 {
     return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), null));
 }