Subversion Repositories SmartDukaan

Rev

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

Rev 21545 Rev 21719
Line 1... Line 1...
1
package com.spice.profitmandi.dao.enumuration;
1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
2
 
3
public enum RechargeType {
3
public enum RechargeType {
4
	MOBILE(1),
4
	MOBILE(1),
5
	DTH(2);
5
	DTH(2);
6
 
6