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