This commit is contained in:
sunkaixuan
2017-05-29 01:30:23 +08:00
parent 8f7907d1ce
commit 2fa8f455a6
8 changed files with 69 additions and 66 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest.Demo
{
public class DbFirst
{
public static void Init()
{
}
}
}