public GPSLogService(IGPSLogRepository gpsLogRepository, IAirfieldService airfieldService, IMapper mapper) : base(mapper) { _gpsLogRepository = gpsLogRepository; _airfieldService = airfieldService; }
public APIAirfieldsController(IAirfieldService airfieldService) : base() { _airfieldService = airfieldService; }