Subversion Repositories SmartDukaan

Rev

Rev 23819 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.service.pricing;

import org.springframework.stereotype.Service;

@Service
public interface PriceDropService {
        public void addPriceDropAmountToWallet();
}