Ejemplo n.º 1
0
 public async Task <bool> Delete([FromBody] Domain.Entities.File file)
 {
     return(await _showService.DeleteFile(file));
 }