12 lines
167 B
C#
12 lines
167 B
C#
namespace excel_pajak_test
|
|
{
|
|
[TestClass]
|
|
public sealed class Test1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
}
|