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