public List <string> GetAllFormulaGrp()
        {
            FormulaerDAO formulaDAO = new FormulaerDAO();;

            return(formulaDAO.GetAllformulaGrpNames());
        }
Beispiel #2
0
 public void TestGetAllformulaGrpNames()
 {
     formulaerDAO.GetAllformulaGrpNames();
 }