public PlayersController(liveChatAppContext context) { _context = context; }
public VideosController(liveChatAppContext context, IMapper mapper) { _context = context; _mapper = mapper; this.videoRepository = new ScribrAPI.DAL.VideoRepository(new liveChatAppContext()); }
public VideoRepository(liveChatAppContext context) { this.context = context; }
public VideosController(liveChatAppContext context) { _context = context; }