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