Fix up usings for the project files.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace FinancialApi.Domain;
|
||||
using System;
|
||||
|
||||
namespace FinancialApi.Domain;
|
||||
|
||||
public record Account(int Id, decimal Balance, string AccountType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user