コード例 #1
0
 public async Task <ProductOut> GetAsync(string name)
 {
     return(await _productQuery.GetByNameAsync(name));
 }