Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
26588 tejbeer 1
package com.spice.profitmandi.dao.Interface;
2
 
3
import java.util.List;
4
 
5
public interface ItemType {
6
 
7
	public List<Integer> getCatalogId();
8
 
9
	public List<String> getBrands();
10
 
11
}