コード例 #1
0
 public Organization()
 {
     name       = "";
     email      = "";
     password   = "";
     accountype = EnumObjects.regacctype.group;
 }
コード例 #2
0
 public User()
 {
     email       = "";
     password    = "";
     accounttype = EnumObjects.regacctype.single;
 }
コード例 #3
0
 public User()
 {
     email = "";
     password = "";
     accounttype = EnumObjects.regacctype.single;
 }
コード例 #4
0
 public Organization()
 {
     name = "";
     email = "";
     password = "";
     accountype = EnumObjects.regacctype.group;
 }