Beispiel #1
0
 public IActionResult Delete(Guid id)
 {
     _imageService.Delete(id);
     return(Ok());
 }