public AuthorRepository(IAuthorContext Context) { this.Context = Context; }
public AuthorRepository(IAuthorContext context) { _context = context; }