Example #1
0
 public BookRepository(BookCollectionDbContext context)
 {
     this.context = context;
 }