Exemplo n.º 1
0
 public BLLDbCar()
 {
     _DALDbCar = new DAL.DALDbCar();
 }
Exemplo n.º 2
0
 public BLLDbCustomer()
 {
     _DALDbCar      = new DAL.DALDbCar();
     _DALDbCustomer = new DAL.DALDbCustomer();
 }