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