Generator Changes at 9/28/2025 6:19:21 AM
This commit is contained in:
@@ -11,5 +11,9 @@ public record UpdateUserCommand : IRequest<Unit>
|
||||
public string? NationalCode { get; init; }
|
||||
//آدرس آواتار
|
||||
public string? AvatarPath { get; init; }
|
||||
//قوانین پذیرفته شده؟
|
||||
public bool IsRulesAccepted { get; init; }
|
||||
//تاریخ پذیرش قوانین
|
||||
public DateTime? RulesAcceptedAt { get; init; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user