コード例 #1
0
 public async Task <ActionResult> Create(AttributeResponseModel model, Guid id)
 {
     return(await _products
            .AddProductAttributeAsync(model, id)
            .ToActionResult());
 }