summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.Model/AnaliticoSource.cs
blob: 02f65a43e71c176f84561ff64fc989b9e841197d (plain)
1
2
3
4
5
6
7
8
namespace Gestor.Application.Model;

public class AnaliticoSource
{
	public long Id { get; set; }

	public string Agrupamento { get; set; }
}