Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
28279 tejbeer 1
package com.spice.profitmandi.dao.repository.cs;
2
 
3
import java.util.Map;
4
 
5
import org.springframework.stereotype.Service;
6
 
7
@Service
8
public interface BrandLimitService {
9
 
10
 
11
	public Map<String,Double> getBrandLimit(int fofoId);
12
 
13
}