Exemple #1
0
 public AuthorRepo(ArticleDbContext articleDbContext) : base(articleDbContext)
 {
 }
Exemple #2
0
 public BaseRepo(ArticleDbContext articleDbContext)
 {
     _articleDbContext = articleDbContext;
 }
Exemple #3
0
 public ArticleRepo(ArticleDbContext articleDbContext) : base(articleDbContext)
 {
 }