Skip to content

Instantly share code, notes, and snippets.

View lucasteles's full-sized avatar
:shipit:
Ship it!

Lucas Teles lucasteles

:shipit:
Ship it!
View GitHub Profile
@lucasteles
lucasteles / Email.cs
Created February 24, 2017 19:07 — forked from AlbertoMonteiro/Email.cs
Mapeando tipos complex no EF sem problemas
namespace EfAndCpf
{
public class Email
{
public string EmailValue { get; private set; }
private Email()
{
}