Go to most recent revision | Details | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.repository.cs;
import java.util.Map;
import org.springframework.stereotype.Service;
@Service
public interface BrandLimitService {
public Map<String,Double> getBrandLimit(int fofoId);
}