Fix up usings for the project files.

This commit is contained in:
2026-07-17 12:01:32 +02:00
parent ddddb4dd9f
commit d77e575c00
13 changed files with 47 additions and 8 deletions
@@ -1,4 +1,6 @@
namespace FinancialApi.Domain;
using System;
namespace FinancialApi.Domain;
public record Account(int Id, decimal Balance, string AccountType)
{