fix project names
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace CsharpOopSimplified1.Domain;
|
||||
|
||||
/// Conventional DDD base type for aggregates
|
||||
public abstract class AggregateRoot<TId>
|
||||
{
|
||||
public TId Id { get; protected set; } = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user