コード例 #1
0
 public async Task <IActionResult> DeleteBasket(string userName)
 {
     return(Ok(await _basketRepo.DeleteBasket(userName)));
 }