예제 #1
0
 public SightingTripsService(ISightingTripManagementService sightingTripManagementService)
 {
     _sightingTripManagementService = sightingTripManagementService;
 }
예제 #2
0
 public SightingTripsController(ISightingTripManagementService sightingsManagementService)
 {
     _sightingTripManagementService = sightingsManagementService;
 }