Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
using System;
namespace Bit.Test.Common.AutoFixture
{
public interface ISutProvider
Type SutType { get; }
ISutProvider Create();
}