Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active July 9, 2022 15:18
Embed
What would you like to do?
public record UserViewModel(Guid Id, string Name, string LastName,
string Login, bool IsActive, int FidelityPoints, AddressViewModel? Address = null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment