コード例 #1
0
 public GPSLogService(IGPSLogRepository gpsLogRepository, IAirfieldService airfieldService, IMapper mapper) : base(mapper)
 {
     _gpsLogRepository = gpsLogRepository;
     _airfieldService  = airfieldService;
 }
コード例 #2
0
 public APIAirfieldsController(IAirfieldService airfieldService) : base()
 {
     _airfieldService = airfieldService;
 }