Exemplo n.º 1
0
 public Task DeleteJobAsync(string id)
 {
     return(_jobStore.DeleteJobAsync(id));
 }