public void Setup() { _dal = new LiveWatchDocsDalImpl(new InfraDalImpl(), new ProductionDbContextConnectionString()); }
public CurrentlyWatchingServiceImpl(ILiveWatchDocsDal dal) { _dal = dal; }