Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active August 29, 2015 14:26
Show Gist options
  • Save ryanvgates/726e8d6fb011debdae2b to your computer and use it in GitHub Desktop.
Save ryanvgates/726e8d6fb011debdae2b to your computer and use it in GitHub Desktop.
Correct Model
public class OrgVM
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string Name { get; set; }
public string Phone { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment