public ProductsController(IProductsRepository productsRepository, HalloweenDBContext halloweenDBContext) { this.productsRepository = productsRepository; this.halloweenDBContext = halloweenDBContext; }
public ProductsRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }
public CustomersRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }
public LineItemsRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }
public CategoriesRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }
public InvoicesRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }
public StatesRepository(HalloweenDBContext halloweenDBContext) { this.halloweenDBContext = halloweenDBContext; }