public AuthorRepo(ArticleDbContext articleDbContext) : base(articleDbContext) { }
public BaseRepo(ArticleDbContext articleDbContext) { _articleDbContext = articleDbContext; }
public ArticleRepo(ArticleDbContext articleDbContext) : base(articleDbContext) { }