package com.dacrt.SBIABackend.dto;

import java.util.List;

public class DahboardcampaignSection1Dto {
	
	private LabelValueIntegerDto sections;

	public DahboardcampaignSection1Dto(LabelValueIntegerDto sections) {
		super();
		this.sections = sections;
	}

	public DahboardcampaignSection1Dto() {
		super();
		// TODO Auto-generated constructor stub
	}

	public LabelValueIntegerDto getSections() {
		return sections;
	}

	public void setSections(LabelValueIntegerDto sections) {
		this.sections = sections;
	}

}
