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:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user