public SightingTripsService(ISightingTripManagementService sightingTripManagementService) { _sightingTripManagementService = sightingTripManagementService; }
public SightingTripsController(ISightingTripManagementService sightingsManagementService) { _sightingTripManagementService = sightingsManagementService; }