Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
37030 amit 1
package com.spice.profitmandi.dao.entity.dtr;
2
 
3
public enum CreditBlockAction {
4
	BLOCK,
5
	UNBLOCK
6
}