Subversion Repositories SmartDukaan

Rev

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

Rev 34443 Rev 34547
Line 1149... Line 1149...
1149
 
1149
 
1150
    public void processBids(ProfitMandiConstants.BID_CRON_ENUM schedule) throws Exception {
1150
    public void processBids(ProfitMandiConstants.BID_CRON_ENUM schedule) throws Exception {
1151
        liquidationService.processBids(schedule);
1151
        liquidationService.processBids(schedule);
1152
    }
1152
    }
1153
 
1153
 
-
 
1154
    public void consolidatedBiddingMessage() throws Exception {
-
 
1155
        liquidationService.consolidatedBiddingMessage();
-
 
1156
    }
-
 
1157
 
1154
    @Autowired
1158
    @Autowired
1155
    CartRepository cartRepository;
1159
    CartRepository cartRepository;
1156
 
1160
 
1157
    @Autowired
1161
    @Autowired
1158
    CartService cartService;
1162
    CartService cartService;