summaryrefslogtreecommitdiff
path: root/Codemerx/Gestor.Model/Model.Common/TipoContato.cs
blob: d2599a4b6553631e1b3aa100c21364a728befb0e (plain)
1
2
3
4
5
6
7
8
9
10
using System;

namespace Gestor.Model.Common
{
	public enum TipoContato
	{
		Telefone,
		Email
	}
}