Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9103 anupam.sin 1
package in.shop2020.serving.interceptors;
2
 
3
public interface SourceAware {
4
	void setSourceId(long sourceId);
5
}