public AuthorRepository(AppDBContext context)
 {
     this.context = context;
 }
Example #2
0
 public BlogRepository(AppDBContext context)
 {
     this.context = context;
 }