refactor(Envelope): EnvelopeType in Type umbenennen

This commit is contained in:
2025-08-19 15:37:12 +02:00
parent c27337a6f5
commit ee98142405
5 changed files with 15 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ public class Envelope
#if NET
?
#endif
EnvelopeType { get; set; }
Type { get; set; }
#if NETFRAMEWORK
[NotMapped]