Пример #1
0
 public VideoDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public KeyframeDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
 public ThumbnailDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
 public TimeperiodDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }