public ExampleDto() { this.Id = GuidFactory.NewGuid(); }
protected UntenantedAuditedRecordStatedTimestampedGuidIdReferenceDataEntityBase() { Id = GuidFactory.NewGuid(); }
protected TenantFKAuditedRecordStatedTimestampedGuidIdEntityBase() { this.Id = GuidFactory.NewGuid(); }
public static Guid Generate(this Guid guid) { return(GuidFactory.NewGuid()); }
// Note than although this model is not persisted in // a datastore, an Id is still required, as it is expressed // via OData. public ConfigurationStepRecord() { this.Id = GuidFactory.NewGuid(); }
// Note than although this model is not persisted in // a datastore, an Id is still required, as it is expressed // via OData. public ConfigurationTestStepSummary() { this.Id = GuidFactory.NewGuid(); }
public SecurityProfileRoleDto() { this.Id = GuidFactory.NewGuid(); }
protected TenantedRecordStateGuidIdDtoBase() { this.Id = GuidFactory.NewGuid(); }
public IdentityProvider() { GuidFactory.NewGuid(); }
public SecurityProfilePermissionDto() { this.Id = GuidFactory.NewGuid(); }
public SecurityProfileDto() { GuidFactory.NewGuid(); }