Beispiel #1
0
 public QuotationController()
 {
     this.Bl = new QuotationBl();
 }
Beispiel #2
0
 public FacadeController()
 {
     this.Account   = new AccountBl();
     this.Quotation = new QuotationBl();
 }