Beispiel #1
0
 public async Task <IActionResult> DeleteImage(int id)
 {
     return(Json(await _service.DeleteImageAsync(id)));
 }