예제 #1
0
 public void AddAsyncJob(AsyncJob asyncJob)
 {
     _asyncJobs.Add(asyncJob);
 }