package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ImpactContentReportDto {
	
	private List<ImpactChannelresumeDto> channelresume;

	public ImpactContentReportDto(List<ImpactChannelresumeDto> channelresume) {
		super();
		this.channelresume = channelresume;
	}

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

	public List<ImpactChannelresumeDto> getChannelresume() {
		return channelresume;
	}

	public void setChannelresume(List<ImpactChannelresumeDto> channelresume) {
		this.channelresume = channelresume;
	}

	
}
