Exemple #1
0
 public OwnerNameView(BusinessLogic bl)
 {
     this.bl = bl;
 }
Exemple #2
0
 public CarView(BusinessLogic bl)
 {
     this.bl = bl;
 }