Exemplo n.º 1
0
 public CarBLL(ICarDatabaseHandler _CarDatabaseHandler)
 {
     carDatabaseHandler = _CarDatabaseHandler;
 }