public CourseRepository() { _dbContext = new TrelloDeskContext(); }
public PersonRepository() { _dbContext = new TrelloDeskContext(); }