Example #1
0
 private static IEnumerable <FormulaModel[]> GetBooleanFormulas()
 => FormulasContainer.GetBooleanFormulas();
Example #2
0
 private static IEnumerable <FormulaModel[]> GetDateTimeFormulas()
 => FormulasContainer.GetDateTimeFormulas();
Example #3
0
 private static IEnumerable <FormulaModel[]> GetNumberListFormulas()
 => FormulasContainer.GetNumberListFormulas();
Example #4
0
 private static IEnumerable <FormulaModel[]> GetFormulasToCalculate()
 => FormulasContainer.GetFormulasToCalculate();