Ejemplo n.º 1
0
 public SightingTripsService(ISightingTripManagementService sightingTripManagementService)
 {
     _sightingTripManagementService = sightingTripManagementService;
 }
Ejemplo n.º 2
0
 public SightingTripsController(ISightingTripManagementService sightingsManagementService)
 {
     _sightingTripManagementService = sightingsManagementService;
 }