Exemple #1
0
 public ShoeServices(HiTommyApplicationDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public BrandServices(HiTommyApplicationDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public QuantityService(HiTommyApplicationDbContext context)
 {
     _context = context;
 }
Exemple #4
0
 public OrderService(HiTommyApplicationDbContext context)
 {
     _context = context;
 }
Exemple #5
0
 public CustomerService(HiTommyApplicationDbContext context)
 {
     _context = context;
 }