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)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace FinancialApi.Domain;
|
||||
|
||||
public record BalancedJournal
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FinancialApi.Domain;
|
||||
|
||||
public record JournalEntry
|
||||
|
||||
Reference in New Issue
Block a user