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