コード例 #1
0
 public Task <ListResultDto <PaymentMethodDto> > GetListPaymentMethod()
 {
     return(_service.GetListPaymentMethod());
 }