コード例 #1
0
 public async Task <JsonResult> NumberOfItems()
 {
     return(Json(await _shoppingService.GetNumberOfShoppingListItems()));
 }