DbFirst Support Razor Template

This commit is contained in:
sunkaixuan
2019-05-13 20:01:23 +08:00
parent 2ee1589e24
commit 91213483aa
16 changed files with 374 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ namespace ExtensionsDemo
static void Main(string[] args)
{
CacheDemo.Init();
DbFirstDemo.Init();
}
}
}