public PostRepository(MWContext context) { this.context = context; this.dbSet = context.Set <Post>(); }
public AlbumRepository(MWContext context) { this.context = context; this.dbSet = context.Set <Album>(); }