using System.Collections.ObjectModel; namespace Gestor.Model.Domain.Relatorios.PrevisaoPagamentoComissao; public class PrevisaoPagamentoComissaoSintetico { public string Titulo { get; set; } public ObservableCollection Agrupamento { get; set; } }