コード例 #1
0
 public async Task <Discount> GetDiscount(string id)
 {
     return(await _service.GetDiscount(id));
 }