Basically you need to put Quartz.Server on top of your application. Add this project to your solution.
If you just need to use your entities in quartz jobs, add a project with entities as a reference to Quartz.Server and use objects as in the main application.
If you are using some kind of IoC container, you can use extensions like this to inject dependencies to the job. Or you can write your own SchedulerFactory and JobFactory and create your work environment here.
source share