Subversion Repositories SmartDukaan

Rev

Rev 9103 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package in.shop2020.mobileapi.serving.interceptors;

public interface SourceAware {
        void setSourceId(long sourceId);
}