Example #1
0
 public AdminController(IOptions <AppSettings> config, UrlForwardingDbContext context)
 {
     _appsetting = config.Value;
     entity      = context;
 }
Example #2
0
 public HomeController(UrlForwardingDbContext context)
 {
     entity = context;
 }