コード例 #1
0
ファイル: TimedJobs.cs プロジェクト: Z19-House/ThreeMen
 public TimedJobs(ILogger <TimedJobs> logger, FishbuyContext context,
                  QRCodeContext QRcontext, IConfiguration config)
 {
     _logger          = logger;
     _context         = context;
     _QRcontext       = QRcontext;
     _imageFolderPath = config.GetSection("AppSettings:ImageFolder").Value;
 }
コード例 #2
0
 public QRCodeRepository(QRCodeContext context, IAuthService service)
 {
     _context = context;
     _service = service;
 }