CSharp-Single-EFCore/Bunny.Test.Until/Test/Test2.cs

12 lines
203 B
C#
Raw Normal View History

using NUnit.Framework;
namespace Bunny.Test.Until.Test;
public class Test2
{
[Test]
public void Test1()
{
Console.WriteLine(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}
}