Created
March 26, 2013 08:17
-
-
Save gothedistance/5243840 to your computer and use it in GitHub Desktop.
こんな感じですよ、クラスの実装って。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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