Refactored to follow naming convention

This commit is contained in:
Veljko Tosic
2026-02-11 13:10:39 +01:00
parent e7abe1eaed
commit 4255512097
14 changed files with 128 additions and 128 deletions

View File

@@ -4,7 +4,7 @@ using AipsCore.Domain.Models.User.ValueObjects;
namespace AipsCore.Domain.Models.User;
public class User : DomainEntity<UserId>
public class User : DomainModel<UserId>
{
public Email Email { get; private set; }
public Username Username { get; private set; }