public BookRepository(GlobeDbContext context) { this.context = context; }
public UnitOfWork(GlobeDbContext context) { this.context = context; }