public CategoryServiceTest()
 {
     this.db           = TestStartup.CreateDatabase();
     this.shoppingCart = TestStartup.CreateShoppingCart();
     this.category     = this.db.Categories.FirstOrDefault();
     this.mapper       = TestStartup.CreateMapper();
 }
Esempio n. 2
0
 public ProductServiceTest()
 {
     this.db     = TestStartup.CreateDatabase();
     this.mapper = TestStartup.CreateMapper();
 }