コード例 #1
0
 public Room()
 {
     Id = AutoIdElement.GetNextID();
 }
コード例 #2
0
 public Zone()
 {
     Id = AutoIdElement.GetNextID();
 }
コード例 #3
0
 public RoomVariable()
 {
     Id = AutoIdElement.GetNextID();
 }
コード例 #4
0
 public User()
 {
     Id = AutoIdElement.GetNextID();
 }