Ejemplo n.º 1
0
 public VideoController(
     neng.Models.nengContext context)
 {
     _context      = context;
     _VideoService = new Services.VideoService(_context);
 }
Ejemplo n.º 2
0
 public ThreadService(neng.Models.nengContext context)
 {
     _context      = context;
     _videoService = new VideoService(context);
 }