Add comment for status translation in EnvelopeHistory

Added a developer note in EnvelopeHistory.cs to indicate that status translation should be implemented similarly to the envelope entity. No functional changes were made.
This commit is contained in:
OlgunR
2026-03-11 13:15:30 +01:00
parent f0f96e45fd
commit e72cfcb632

View File

@@ -44,5 +44,6 @@ namespace EnvelopeGenerator.Domain.Entities
[NotMapped]
public string StatusTranslated => My.Resources.Model.ResourceManager.GetString(Status.ToString());
// here i have to do it like in envelope
}
}