Exemple #1
0
 public VideoController(CoolVideosContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CategoryController(CoolVideosContext context)
 {
     _context = context;
 }
 public TokenController(IConfiguration config, CoolVideosContext context)
 {
     _configuration = config;
     _context       = context;
 }