コード例 #1
0
        public async Task <bool> DeletePdfFile(Guid location)
        {
            var result = await _pdfFileDb.DeletePdfFile(location);

            return(result != 0);
        }