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