コード例 #1
0
ファイル: RdsUser.cs プロジェクト: yamuun/Implem.Pleasanter
 public RdsUser(UserTypes userType)
 {
     Constructor(userType.ToInt());
 }