mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-23 03:38:36 +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; }
|
|
}
|