Пример #1
0
 public override void Delete(Uri id)
 {
     SqlBlobModelRepository.Delete(id);
     FileHelper.Delete(id, this.Path);
 }