public AuthorRepository(AppDBContext context) { this.context = context; }
public BlogRepository(AppDBContext context) { this.context = context; }