refacto(EGUser): rename FormUser

This commit is contained in:
2025-06-26 16:49:56 +02:00
parent 07381e78b4
commit 0800e4d13e
6 changed files with 12 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ Imports EnvelopeGenerator.Domain.Entities
Public Class State
Public Property UserId As Integer
Public Property User As EGUser
Public Property User As FormUser
Public Property Config As Config
Public Property DbConfig As DbConfig
Public Property LogConfig As LogConfig