Ejemplo n.º 1
0
 public static CalculationMethod CalculationMethodFor(this IWithCalculationMethods withCalculationMethods, CalculationMethodCategory category)
 {
     return(cacheFor(withCalculationMethods).CalculationMethodFor(category.Name));
 }
Ejemplo n.º 2
0
 public virtual void AddCalculationMethodCategory(CalculationMethodCategory calculationMethodCategory)
 {
     _cmCategories.Add(calculationMethodCategory);
 }