Beispiel #1
0
 public UserInterface()
 {
     this.catering   = new Catering();
     this.files      = new FileAccess();
     this.accounting = new Accounting();
 }