コード例 #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();