Beispiel #1
0
 public static UpsertRecipeModel WithIngredientsListNull()
 {
     return(UpsertRecipeModelExtensions.WithIngredientsList(Default(), null));
 }
Beispiel #2
0
 public static UpsertRecipeModel WithIngredientsListEmpty()
 {
     return(UpsertRecipeModelExtensions.WithIngredientsList(Default(), new List <string> {
     }));
 }