Пример #1
0
 public void Delete(List <AzureItemDeletionDto> items)
 {
     ThreadExecuter.Execute(
         () => _repo.Delete(items)
         );
 }