Ejemplo n.º 1
0
 public Task <ListResultDto <PaymentMethodDto> > GetListPaymentMethod()
 {
     return(_service.GetListPaymentMethod());
 }