public PersonRepository(NextStepsContext context) : base(context) { _context = context; }
public BaseRepository(NextStepsContext nextStepsContext) { this._nextStepsContext = nextStepsContext; }
public BaseRepository(NextStepsContext context) { _context = context; }
public PersonRepository(NextStepsContext _nextStepsContext) : base(_nextStepsContext) { }