コード例 #1
0
        public async Task <IActionResult> GetProducts(int partnerId)
        {
            var result = await _bizCommon.GetProductsAsync(partnerId);

            return(ToResponse(result));
        }