change IWidthrawalModel; add WithdrawalAccounts property
This commit is contained in:
parent
0fdc7e6831
commit
d9cd0fb9d2
@ -10,5 +10,6 @@ namespace BankDataModels.Models
|
||||
{
|
||||
DateTime WithdrawalTime { get; set; }
|
||||
int? RequestId { get; set; }
|
||||
Dictionary<int, IAccountModel> WithdrawalAccounts { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user