예제 #1
0
 public void Configuration(IAppBuilder app)
 {
     Hangfire.ConfigureHangfire(app);
     Hangfire.InitializeJobs();
 }