Example #1
0
 public RTLshowController(
     RTLContext context,
     ILogger <RTLshowController> logger)
 {
     _context = context;
     _logger  = logger;
 }
 public TVMazeCommand(RTLContext context = null)
 {
     _context = context ?? new RTLContext();
 }
Example #3
0
 public TVMazeQuery(RTLContext context)
 {
     _context = context ?? new RTLContext();
 }