package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ResumenBiaContentSection7 {

	private List<LabelDto> apps;

	public ResumenBiaContentSection7(List<LabelDto> apps) {
		super();
		this.apps = apps;
	}

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

	public List<LabelDto> getApps() {
		return apps;
	}

	public void setApps(List<LabelDto> apps) {
		this.apps = apps;
	}
	
}
