Exemplo n.º 1
0
 public VideoController(
     neng.Models.nengContext context)
 {
     _context      = context;
     _VideoService = new Services.VideoService(_context);
 }
Exemplo n.º 2
0
 public ThreadService(neng.Models.nengContext context)
 {
     _context      = context;
     _videoService = new VideoService(context);
 }
Exemplo n.º 3
0
 public ThreadPageController(
     neng.Models.nengContext context)
 {
     _context           = context;
     _ThreadPageService = new Services.ThreadPageService(_context);
 }
Exemplo n.º 4
0
 public VideoService(neng.Models.nengContext context)
 {
     _context = context;
 }