示例#1
0
 public BLLDbCar()
 {
     _DALDbCar = new DAL.DALDbCar();
 }
示例#2
0
 public BLLDbCustomer()
 {
     _DALDbCar      = new DAL.DALDbCar();
     _DALDbCustomer = new DAL.DALDbCustomer();
 }