mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +00:00
7 lines
161 B
C#
7 lines
161 B
C#
namespace CleanArchitecture.IntegrationTests.Fixtures;
|
|
|
|
public sealed class UserTestFixture : TestFixtureBase
|
|
{
|
|
public Guid CreatedUserId { get; set; }
|
|
}
|