update 20211204
This commit is contained in:
@@ -20,6 +20,12 @@ namespace BlazorApp.Controller
|
||||
return dbh.ConvertDataTable<Klasse>(dbh.dsdaten.Tables[0]);
|
||||
}
|
||||
|
||||
public static List<Klasse> GetAllActiveData()
|
||||
{
|
||||
dbhelper dbh = new dbhelper();
|
||||
dbh.Get_Tabledata("Select * from Klasse where aktiv=1", false, true);
|
||||
return dbh.ConvertDataTable<Klasse>(dbh.dsdaten.Tables[0]);
|
||||
}
|
||||
public static List<Klasse> GetByID(int ID)
|
||||
{
|
||||
dbhelper dbh = new dbhelper();
|
||||
|
||||
Reference in New Issue
Block a user