1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-08 00:16:14 +00:00
2017-04-13 03:19:09 +09:00

15 lines
206 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ControllersAndActions.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}