Update Test Gitlab-Wechsel
This commit is contained in:
@@ -30,7 +30,7 @@ namespace BlazorApp.Controller
|
||||
public static List<Klasse> GetByLehrerID(int ID)
|
||||
{
|
||||
dbhelper dbh = new dbhelper();
|
||||
dbh.Get_Tabledata("Select * from Klasse where lehrerid=" + ID.ToString(), false, true);
|
||||
dbh.Get_Tabledata("Select * from Klasse where aktiv=1 and lehrerid=" + ID.ToString(), false, true);
|
||||
return dbh.ConvertDataTable<Klasse>(dbh.dsdaten.Tables[0]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user