public CartService(YashDbContext context) { _context = context; }
public GoldService(YashDbContext context) { _context = context; }
public DiamondService(YashDbContext context) { _context = context; }
public UserService(YashDbContext dbContext) { db = dbContext; }
public ItemService(YashDbContext context) { _context = context; }
public OrderService(YashDbContext context) { _context = context; }
public CategoryService(YashDbContext context) { _context = context; }
public RingSizeService(YashDbContext context) { _context = context; }
public CertificationService(YashDbContext context) { _context = context; }
public ProductTypeService(YashDbContext context) { _context = context; }