Example #1
0
 public ProductItemService(ComputerStoreDbContext context) : base(context)
 {
     categoryService            = new GenericService <Category>(context);
     productItemCategoryService = new GenericService <ProductItemCategory>(context);
 }