Ejemplo n.º 1
0
 public QuartzController(
     IControllerCenter center,
     IJobService job
     )
 {
     _center = center;
     _job    = job;
 }