Subversion Repositories SmartDukaan

Rev

Rev 28241 | Rev 30219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28241 Rev 29497
Line 1... Line 1...
1
package com.spice.profitmandi.dao.enumuration.fofo;
1
package com.spice.profitmandi.dao.enumuration.fofo;
2
 
2
 
3
public enum Gateway {
3
public enum Gateway {
4
	CCAVENUE_CUG,
4
	CCAVENUE_CUG,
5
	CCAVENUE
5
	CCAVENUE,
-
 
6
	MANDII;
6
}
7
}