コード例 #1
0
 public UserService(IOptions <AppSettings> appSettings, ParksLookupApiContext context)
 {
     _appSettings = appSettings.Value;
     _context     = context;
 }
コード例 #2
0
 public ParksController(ParksLookupApiContext db)
 {
     _db = db;
 }