Example #1
0
 public AppSettingsConfigure(CafAppsettingDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public AppSettingsService(CafAppsettingDbContext dbContext, ICafCache cafCache, IOptionsSnapshot <AccountOption> options)
 {
     _dbContext = dbContext;
     _cafCache  = cafCache;
     _accOption = options.Value;
 }