Re-layout source code to correct namespaces (handlers, commands, etc.)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace FinancialApi.Domain;
|
||||
namespace FinancialApi.Domain;
|
||||
|
||||
public record Account(int Id, decimal Balance, string AccountType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user