public Role() { Id = GuidUtils.GenerateComb(); }
public User() { Id = GuidUtils.GenerateComb(); }
public Entity() { Id = GuidUtils.GenerateComb(); }