onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Application.SharedKernel.Tests/SomeAggregateRoot.cs

Summary

Maintainability
A
0 mins
Test Coverage
using OneBeyond.Studio.Domain.SharedKernel.Entities;

namespace OneBeyond.Studio.Application.SharedKernel.Tests;

internal sealed class SomeAggregateRoot : AggregateRoot<int>
{
}