Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Last active January 1, 2022 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/16a24558e71a9d62f4e02d17516bdbab to your computer and use it in GitHub Desktop.
Save scottsauber/16a24558e71a9d62f4e02d17516bdbab to your computer and use it in GitHub Desktop.
namespace RazorHtmlEmails.RazorClassLib.Views.Emails.ConfirmAccount;
public record ConfirmAccountEmailViewModel(string ConfirmEmailUrl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment