Exemplo n.º 1
0
 public void DeleteAttachmentFromFileSystem(string fileRelativePath)
 {
     _attachmentRepository.DeleteAttachmentFromFileSystem(fileRelativePath, _appSettingsService.AttachmentsPath);
 }