public Repository(SmartContext context) { this.context = context; }
public Repository(SmartContext context) { _context = context; }
public ProfessorRepository(SmartContext context) { _context = context; }