Exemplo n.º 1
0
 public void AddProcessedPage(ProcessedPage result)
 {
     result.Id = NextId;
     ProcessedPages.Add(result.Id, result);
 }