public void DeleteAttachement(int requestHeaderId, string attachmentType) { _tempFileRepository.DeleteAttachement(requestHeaderId, attachmentType); _work.commit(); }