Subversion Repositories SmartDukaan

Rev

Rev 28279 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28279 Rev 32712
Line 7... Line 7...
7
@Service
7
@Service
8
public interface BrandLimitService {
8
public interface BrandLimitService {
9
 
9
 
10
	
10
	
11
	public Map<String,Double> getBrandLimit(int fofoId);
11
	public Map<String,Double> getBrandLimit(int fofoId);
-
 
12
 
12
	
13
 
-
 
14
	public Map<String, Double> getminStockLimit(int fofoId);
13
}
15
}