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