Fixed an issue where merged accounts are counting as 1 account for premium limit.
This commit is contained in:
@@ -29,5 +29,10 @@ namespace Wino.Core.Domain.Interfaces
|
||||
/// Provider details of the account.
|
||||
/// </summary>
|
||||
IProviderDetail ProviderDetail { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// How many accounts this provider has.
|
||||
/// </summary>
|
||||
int HoldingAccountCount { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user