public AsuraMetaWeblogService(AsuraContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemple #2
0
 public HomeController(IOptions <SiteConfig> option, AsuraContext context)
 {
     Config = option.Value;
     db     = context;
 }