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:
tekh 2025-06-26 14:27:54 +02:00
parent ff1e9f27af
commit 2dbeae24d5

View File

@ -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; }