| Line 31... |
Line 31... |
| 31 |
import com.spice.profitmandi.dao.repository.dtr.*;
|
31 |
import com.spice.profitmandi.dao.repository.dtr.*;
|
| 32 |
import com.spice.profitmandi.dao.repository.fofo.*;
|
32 |
import com.spice.profitmandi.dao.repository.fofo.*;
|
| 33 |
import com.spice.profitmandi.dao.repository.inventory.StateRepository;
|
33 |
import com.spice.profitmandi.dao.repository.inventory.StateRepository;
|
| 34 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
34 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
| 35 |
import com.spice.profitmandi.dao.repository.user.AddressRepository;
|
35 |
import com.spice.profitmandi.dao.repository.user.AddressRepository;
|
| 36 |
import com.spice.profitmandi.dao.repository.user.CounterRepository;
|
- |
|
| 37 |
import com.spice.profitmandi.dao.repository.user.PrivateDealUserRepository;
|
- |
|
| 38 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
|
36 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
|
| 39 |
import com.spice.profitmandi.service.catalog.BrandsService;
|
37 |
import com.spice.profitmandi.service.catalog.BrandsService;
|
| 40 |
import com.spice.profitmandi.service.integrations.bharti.model.PlanVariant;
|
38 |
import com.spice.profitmandi.service.integrations.bharti.model.PlanVariant;
|
| 41 |
import com.spice.profitmandi.service.integrations.zest.InsuranceService;
|
39 |
import com.spice.profitmandi.service.integrations.zest.InsuranceService;
|
| 42 |
import com.spice.profitmandi.service.integrations.zest.MobileInsurancePlan;
|
40 |
import com.spice.profitmandi.service.integrations.zest.MobileInsurancePlan;
|
| Line 190... |
Line 188... |
| 190 |
|
188 |
|
| 191 |
@Autowired
|
189 |
@Autowired
|
| 192 |
private PricingService pricingService;
|
190 |
private PricingService pricingService;
|
| 193 |
|
191 |
|
| 194 |
@Autowired
|
192 |
@Autowired
|
| 195 |
private PrivateDealUserRepository privateDealUserRepository;
|
- |
|
| 196 |
|
- |
|
| 197 |
@Autowired
|
- |
|
| 198 |
private TagListingRepository tagListingRepository;
|
193 |
private TagListingRepository tagListingRepository;
|
| 199 |
|
194 |
|
| 200 |
@Autowired
|
195 |
@Autowired
|
| 201 |
private CounterRepository counterRepository;
|
- |
|
| 202 |
|
- |
|
| 203 |
@Autowired
|
- |
|
| 204 |
private FofoStoreRepository fofoStoreRepository;
|
196 |
private FofoStoreRepository fofoStoreRepository;
|
| 205 |
|
197 |
|
| 206 |
@Autowired
|
198 |
@Autowired
|
| 207 |
private PaymentOptionTransactionRepository paymentOptionTransactionRepository;
|
199 |
private PaymentOptionTransactionRepository paymentOptionTransactionRepository;
|
| 208 |
|
200 |
|