Initial setup for account ordering.

This commit is contained in:
Burak Kaan Köse
2024-05-30 02:34:54 +02:00
parent 641bfd8c06
commit bf1de8e7a4
7 changed files with 104 additions and 5 deletions

View File

@@ -50,6 +50,11 @@ namespace Wino.Core.Domain.Entities
/// </summary>
public Guid? SignatureId { get; set; }
/// <summary>
/// Gets or sets the listing order of the account in the accounts list.
/// </summary>
public int Order { get; set; }
/// <summary>
/// Gets or sets whether the account has any reason for an interactive user action to fix continue operating.
/// </summary>