Пример #1
0
 public Organization()
 {
     name       = "";
     email      = "";
     password   = "";
     accountype = EnumObjects.regacctype.group;
 }
Пример #2
0
 public User()
 {
     email       = "";
     password    = "";
     accounttype = EnumObjects.regacctype.single;
 }
 public User()
 {
     email = "";
     password = "";
     accounttype = EnumObjects.regacctype.single;
 }
 public Organization()
 {
     name = "";
     email = "";
     password = "";
     accountype = EnumObjects.regacctype.group;
 }