Update vor Clone
This commit is contained in:
@@ -30,7 +30,7 @@ namespace BlazorApp.Controller
|
||||
public static List<SchuelerBeruf> GetBySchuelerID(int ID)
|
||||
{
|
||||
dbhelper dbh = new dbhelper();
|
||||
dbh.Get_Tabledata("Select * from SchuelerBeruf where aktiv=1 and schuelerid=" + ID.ToString(), false, true);
|
||||
dbh.Get_Tabledata("Select * from SchuelerBeruf where aktiv=1 and schuelerid=" + ID.ToString()+" order by prioritaet asc", false, true);
|
||||
return dbh.ConvertDataTable<SchuelerBeruf>(dbh.dsdaten.Tables[0]);
|
||||
}
|
||||
public static List<SchuelerBeruf> GetLast()
|
||||
|
||||
Reference in New Issue
Block a user