Testing serilog
This commit is contained in:
@ -24,6 +24,7 @@ namespace WinFormDiApp
|
||||
|
||||
private void frmPayments_Load(object sender, EventArgs e)
|
||||
{
|
||||
lvPayments.Items.Clear();
|
||||
var payments = _accountRecordRepository.GetAllAccounts();
|
||||
foreach (var account in payments)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user