change IWidthrawalModel; add WithdrawalAccounts property

This commit is contained in:
Zakharov_Rostislav 2024-04-27 22:08:19 +04:00
parent 0fdc7e6831
commit d9cd0fb9d2

View File

@ -10,5 +10,6 @@ namespace BankDataModels.Models
{
DateTime WithdrawalTime { get; set; }
int? RequestId { get; set; }
Dictionary<int, IAccountModel> WithdrawalAccounts { get; }
}
}