Skip to content

Instantly share code, notes, and snippets.

@gothedistance
Created March 26, 2013 08:17
Show Gist options
  • Save gothedistance/5243840 to your computer and use it in GitHub Desktop.
Save gothedistance/5243840 to your computer and use it in GitHub Desktop.
こんな感じですよ、クラスの実装って。
public class UserData
{
public string Id { set; get; }
public string Username { set; get; }
public string Password { set; get; }
public string Name { set; get; }
public string Kana { set; get; }
public string Tel { set; get; }
public string MailAddress { set; get; }
public string UserRole { set; get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment