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