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