fix names
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ public delegate void SaveAccount(Account accunt);
|
||||
// we can create a named container
|
||||
// public sealed record AccountPersistence(LoadAccount Load, SaveAccount Save);
|
||||
|
||||
public static class InMemoryAccount
|
||||
public static class InMemoryAccountRepository
|
||||
{
|
||||
public static (LoadAccount, SaveAccount) Create()
|
||||
{
|
||||
Reference in New Issue
Block a user