11 lines
184 B
C#
11 lines
184 B
C#
namespace UserManager.Application.IntegrationTests
|
|
{
|
|
[TestClass]
|
|
public class UnitTest1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
} |