public BaseRepository(TiendaVideosHDContext context) { _context = context; }
public ArticulosGateway(TiendaVideosHDContext context) : base(context) { }
public BaseGateway() { _context = new TiendaVideosHDContext(); ArticulosGateway = new ArticulosGateway(_context); }