Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
33845 tejus.loha 1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
3
public enum ServiceType {
4
    PAPER_FINANCE, PAPER_LESS_FINANCE;
5
}