feat (Mapping): Porfile hinzufügen

This commit is contained in:
Developer 02
2025-04-22 09:53:08 +02:00
parent 7d2098092a
commit c955220310
4 changed files with 43 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
namespace DigitalData.Core.Tests.Mock;
public class UserUpdateDto : UserBase
{
}