예제 #1
0
 public ShippingModel GenerateInvoice(ShippingModel shipping)
 {
     return(_customerService.GenerateInvoice(shipping));
 }