Ejemplo n.º 1
0
 public PostsController(NuiSiteContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
Ejemplo n.º 2
0
 public TagsController(NuiSiteContext context)
 {
     _context = context;
 }