예제 #1
0
 public async Task <IActionResult> GetMyWishlist()
 {
     return(Ok(await _concertService.GetConcertsFromWhishlistAsync(User.GetId())));
 }