OpenAuth.Net/OpenAuth.UnitTest/TestBase.cs

10 lines
152 B
C#
Raw Normal View History

2016-09-22 15:38:43 +08:00
namespace OpenAuth.UnitTest
{
public class TestBase
{
public TestBase()
{
AutofacExt.InitDI();
}
}
}