Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created August 1, 2015 05:06
Show Gist options
  • Save ryanvgates/80ef0013e8ea299d2b2b to your computer and use it in GitHub Desktop.
Save ryanvgates/80ef0013e8ea299d2b2b to your computer and use it in GitHub Desktop.
Incorrect Model
public class OrgVM
{
public string Name { get; set; }
public string Phone { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment