public SqliteRepository(PfContext context) { this.Context = context; }
public SqliteSavedPodcastsRepository(PfContext context) : base(context) { // }