public IndexModel(DenchikDance.Data.SiteContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SingleModel(DenchikDance.Data.SiteContext context)
 {
     _context = context;
 }
 public IndexModel(ILogger <IndexModel> logger, DenchikDance.Data.SiteContext context)
 {
     _logger  = logger;
     _context = context;
 }