Refactor property name for consistency
Updated the property name `UseridFkIntEcm` to `UserIdFkIntEcm` to adhere to a more consistent naming convention.
This commit is contained in:
parent
ff1e9f27af
commit
2dbeae24d5
@ -24,7 +24,7 @@ namespace EnvelopeGenerator.Domain.Entities
|
|||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
[Column("USERID_FK_INT_ECM")]
|
[Column("USERID_FK_INT_ECM")]
|
||||||
public int UseridFkIntEcm { get; set; }
|
public int UserIdFkIntEcm { get; set; }
|
||||||
|
|
||||||
[Column("DELETED_WHEN")]
|
[Column("DELETED_WHEN")]
|
||||||
public DateTime DeletedWhen { get; set; }
|
public DateTime DeletedWhen { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user