Esempio n. 1
0
        ICalcSalesTaxService _taxLookupService;          //#C

        public LocationChangedEventHandler(              //#D
            DomainEventsDbContext context,               //#D
            ICalcSalesTaxService taxLookupService)       //#D
        {                                                //#D
            _context          = context;                 //#D
            _taxLookupService = taxLookupService;        //#D
        }                                                //#D
Esempio n. 2
0
 public QuoteLocationChangedEventHandler(ICalcSalesTaxService taxLookupService)
 {
     _taxLookupService = taxLookupService;
 }