Example #1
0
 public void SetToken()
 {
     AutomapperFactory.Initialize();
     _billingAdressService = new QuoteService();
 }
 public void SetToken()
 {
     AutomapperFactory.Initialize();
     _quoteService = new QuoteService();
 }