summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Seguros/PerfilCondominioDb.cs
blob: b51cd3ee4f41a1deaf702e14021dbe757f93ce65 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace Gestor.Infrastructure.Entities.Seguros
{
	public class PerfilCondominioDb
	{
		public PerfilCondominioDb()
		{
		}
	}
}