Example #1
0
 public PurchaserService(HtcEfDbContext context) : base(context)
 {
 }
Example #2
0
 public AddressService(HtcEfDbContext context) : base(context)
 {
 }
Example #3
0
 public SizeService(HtcEfDbContext context) : base(context)
 {
 }
Example #4
0
 public OrderDetailService(HtcEfDbContext context) : base(context)
 {
 }
Example #5
0
 public UserRoleService(HtcEfDbContext context) : base(context)
 {
 }
Example #6
0
 public DriverService(HtcEfDbContext context) : base(context)
 {
 }
Example #7
0
 public ProductService(HtcEfDbContext context) : base(context)
 {
 }
Example #8
0
 public CategoryService(HtcEfDbContext context) : base(context)
 {
 }
Example #9
0
 public OrderLineService(HtcEfDbContext context) : base(context)
 {
 }
Example #10
0
 public MenuService(HtcEfDbContext context) : base(context)
 {
 }