Esempio n. 1
0
 private async Task QueueUpdateCodeContextJob(string specificationId)
 {
     await _codeContextCache.QueueCodeContextCacheUpdate(specificationId);
 }
Esempio n. 2
0
 public async Task <IActionResult> QueueUpdateCodeContext([FromRoute] string specificationId)
 => await _codeContextCache.QueueCodeContextCacheUpdate(specificationId);