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