Ejemplo n.º 1
0
 public async Task DeleteFileByDocumentIdAndFileNameAsync([FromBody] DeleteFileByDocumentIdAndFileNameInput input)
 {
     await _documentAppService.DeleteFileByDocumentIdAndFileNameAsync(input);
 }