Example #1
0
 public async Task DeleteImage(string imageId)
 {
     await _userImageService.DeleteImage(imageId);
 }