Skip to content

Instantly share code, notes, and snippets.

@conwid
Created May 19, 2025 19:48
Show Gist options
  • Save conwid/382de728dedc2314f155b77d21f66ddc to your computer and use it in GitHub Desktop.
Save conwid/382de728dedc2314f155b77d21f66ddc to your computer and use it in GitHub Desktop.
Gist created from visual studio extension
public class ApplyModel
{
public string Name { get; set; }
public string Role { get; set; }
public string Credentials { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment