예제 #1
0
 public Task <JobStatusProgress> GetCachedProgressAsync(string jobID)
 {
     return(jobDAL.GetCachedProgressAsync(jobID));
 }