Beispiel #1
0
 public BookRepository(GlobeDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public UnitOfWork(GlobeDbContext context)
 {
     this.context = context;
 }