package com.dacrt.SBIABackend.dto;

import java.util.List;

public class ResumenBiaContentSection9 {
	
	private List<TypeLevelStringDto> records;

	public ResumenBiaContentSection9(List<TypeLevelStringDto> records) {
		super();
		this.records = records;
	}

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

	public List<TypeLevelStringDto> getRecords() {
		return records;
	}

	public void setRecords(List<TypeLevelStringDto> records) {
		this.records = records;
	}
	
}
