Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
29708 amit.gupta 1
package com.spice.profitmandi.common.services.mandii;
2
 
3
public enum Gender {
4
	MALE,FEMALE,OTHER;
5
}