예제 #1
0
파일: JobQueue.cs 프로젝트: SuperCuke/Ozzy
 public void Acknowledge(string id)
 {
     _queueRepository.Acknowledge(id, QueueName);
 }