コード例 #1
0
        public async Task <ActionResult> GetMergeModelAsync(long quotationId)
        {
            var model = await Quotations.GetMergeModelAsync(this.Tenant, quotationId).ConfigureAwait(true);

            return(this.Ok(model));
        }