コード例 #1
0
 public VideoController(
     neng.Models.nengContext context)
 {
     _context      = context;
     _VideoService = new Services.VideoService(_context);
 }
コード例 #2
0
 public ThreadService(neng.Models.nengContext context)
 {
     _context      = context;
     _videoService = new VideoService(context);
 }
コード例 #3
0
 public ThreadPageController(
     neng.Models.nengContext context)
 {
     _context           = context;
     _ThreadPageService = new Services.ThreadPageService(_context);
 }
コード例 #4
0
 public VideoService(neng.Models.nengContext context)
 {
     _context = context;
 }