public CategoryService(DemoShopAdminContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public BaseService(DemoShopAdminContext context)
 {
     _context = context;
     _entity  = _context.Set <T>();
 }
Exemplo n.º 3
0
 public ProductService(DemoShopAdminContext context) : base(context)
 {
 }