コード例 #1
0
 public async Task <models.Product> GetProduct(int sku)
 {
     return(await _repositoryProduct.GetProduct(sku));
 }