Ejemplo n.º 1
0
 public OrderInvoiceService(EcommerceSettings ecommerceSettings, IGetLogoUrl getLogoUrl, TaxSettings taxSettings)
 {
     _ecommerceSettings = ecommerceSettings;
     _getLogoUrl = getLogoUrl;
     _taxSettings = taxSettings;
 }
Ejemplo n.º 2
0
 public OrderInvoiceService(EcommerceSettings ecommerceSettings, IGetLogoUrl getLogoUrl, TaxSettings taxSettings)
 {
     _ecommerceSettings = ecommerceSettings;
     _getLogoUrl        = getLogoUrl;
     _taxSettings       = taxSettings;
 }