Beispiel #1
0
 public CartService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GoldService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DiamondService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public UserService(YashDbContext dbContext)
 {
     db = dbContext;
 }
Beispiel #5
0
 public ItemService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public OrderService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public CategoryService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public RingSizeService(YashDbContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public CertificationService(YashDbContext context)
 {
     _context = context;
 }
 public ProductTypeService(YashDbContext context)
 {
     _context = context;
 }