C# Class mystik.Default.kunde

Show file Open project: mystik2/Workshop-Rep

Public Methods

Method Description
kunde ( int id ) : System
writeToDB ( String name, String vorname ) : void

Private Methods

Method Description
setName ( String p ) : void
setVorname ( string p ) : void

Method Details

kunde() public method

public kunde ( int id ) : System
id int
return System

writeToDB() public static method

public static writeToDB ( String name, String vorname ) : void
name String
vorname String
return void