package com.hepl.tunefortwo.dto;

public enum IsMandatory {
	Mandatory,NotMandatory
}
