public TripService(ITripDaoWrapper tripDao) { _tripDao = tripDao; }
public TripServiceTestable(ITripDaoWrapper tripDao) : base(tripDao) { }