1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 13:23:27 +00:00
Files
server/test/Common/AutoFixture/ISutProvider.cs
2022-08-29 16:06:55 -04:00

8 lines
130 B
C#

namespace Bit.Test.Common.AutoFixture;
public interface ISutProvider
{
Type SutType { get; }
ISutProvider Create();
}