Exemplo n.º 1
0
 public ChallengeJob(DesafioDotNetContext context)
 {
     this._context = context;
     this._queue   = new ConcurrentQueue <bool>();
 }
Exemplo n.º 2
0
 public ChallengesController(DesafioDotNetContext context)
 {
     this._context = context;
 }