Ejemplo n.º 1
0
 /// <summary>
 /// This is the constructor for the class DB_Kunde.
 /// </summary>
 private DB_Kunde()
 {
     db = new DatabaseDataContext();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// This is the constructor for the class DB_Automat.
 /// </summary>
 private DB_Automat()
 {
     db = new DatabaseDataContext();
 }