示例#1
0
 public Task <Quote> OnApproveQuote(ApproveQuoteRequest req)
 {
     return(_quoteService.ApproveQuote(req.QuoteId, req.ApproverId));
 }