Example #1
0
 public Role()
 {
     Id = GuidUtils.GenerateComb();
 }
Example #2
0
 public User()
 {
     Id = GuidUtils.GenerateComb();
 }
Example #3
0
 public Entity()
 {
     Id = GuidUtils.GenerateComb();
 }