コード例 #1
0
 public async Task <ProductViewModel> GetProduct(int productId)
 {
     return(await _dataProvider.GetProduct(productId));
 }