public VideoDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public KeyframeDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
 public ThumbnailDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }
 public TimeperiodDbController(VideoInsightsDbContext context)
 {
     _context = context;
 }