Пример #1
0
 public async Task <IActionResult> EmptyWishlist()
 {
     return(Ok(await _repo.EmptyWishlist()));
 }