fix project names

This commit is contained in:
Oli Sturm
2026-04-22 13:37:58 +01:00
parent 81a164d4a7
commit 980cc626a9
7 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
using CsharpOopSimplified2.Domain;
using CsharpFp1.Domain;
namespace CsharpOopSimplified2.Infrastructure;
namespace CsharpFp1.Infrastructure;
/// Simple in-memory repository for demonstration
public class InMemoryAccountRepository : IAccountRepository