Example #1
0
 /// <summary>
 /// this is the constructor for the class CTR_kunde.
 /// </summary>
 public CTR_kunde()
 {
     this.db_kunde    = DB_Kunde.GetInstance();
     this.v_kunde     = V_Kunde.GetInstance();
     this.v_automat   = V_Automat.GetInstance();
     this.ctr_automat = new CTR_Automat();
 }
Example #2
0
 /// <summary>
 /// This is the constructor for the class V_Kunde.
 /// </summary>
 private V_Kunde()
 {
     this.db_kunde = DB_Kunde.GetInstance();
 }