Example #1
0
 public WatchHistoryController(fletnixContext context)
 {
     _context = context;
 }
Example #2
0
 public CustomerMovieController(fletnixContext context, IDistributedCache cache)
 {
     _context = context;
     _cache   = cache;
 }
Example #3
0
 public HomeController(fletnixContext context, IConfigurationRoot config)
 {
     _context = context;
     _config  = config;
 }
Example #4
0
 public MovieController(fletnixContext context)
 {
     _context = context;
 }
Example #5
0
 public ReportController(fletnixContext context)
 {
     _context = context;
 }
Example #6
0
 public PersonController(fletnixContext context)
 {
     _context = context;
 }