Exemple #1
0
        internal void fahrzeugHinzufuegen(string modell, string hersteller, string standort, string kennzeichen, string kraftstoff, double preis, int tankgroesse, int tankstand, int verbrauch)
        {
            DBController DBC = new DBController();

            DBC.insertToFahrzeug(modell, hersteller, standort, kennzeichen, kraftstoff, preis, tankgroesse, tankstand, verbrauch);
        }