Skip to content

Instantly share code, notes, and snippets.

View thiagolunardi's full-sized avatar
🏢
Templafy

Thiago Lunardi thiagolunardi

🏢
Templafy
View GitHub Profile
@thiagolunardi
thiagolunardi / ChangeProfileEmailCommand.cs
Last active March 14, 2018 13:08
Change email address from profile
public class ChangeProfileEmailCommand
{
public Guid Id { get; set; }
public string Email { get; set; }
}