Esempio n. 1
0
 protected abstract string Validate(Blend blend);
Esempio n. 2
0
 public static bool IsValid(Blend blend)
 {
     return(wellKnownRecipes.All(recipe => recipe.Validate(blend) == null));
 }