Subversion Repositories SmartDukaan

Rev

Rev 25724 | Rev 25778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25724 Rev 25725
Line 144... Line 144...
144
 
144
 
145
	@Autowired
145
	@Autowired
146
	private PurchaseReturnService purchaseReturnService;
146
	private PurchaseReturnService purchaseReturnService;
147
 
147
 
148
	@Autowired
148
	@Autowired
149
	private InsuranceService zestService;
-
 
150
 
-
 
151
	@Autowired
-
 
152
	private RetailerService retailerService;
149
	private RetailerService retailerService;
153
 
150
 
154
	@Autowired
151
	@Autowired
155
	private CustomerRepository customerRepository;
152
	private CustomerRepository customerRepository;
156
 
153