Subversion Repositories SmartDukaan

Rev

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

package com.spice.profitmandi.service.scheme;

import java.util.Set;

import org.springframework.stereotype.Service;

@Service
public interface SchemeService {
        public Set<Integer> getUserPositiveSchemeTagIds();
        public Set<Integer> getUserNegativeSchemeTagIds();
}