Update FrameSeed.cs

修改生成service层的模板方法名
This commit is contained in:
anjoy 2020-01-16 17:28:48 +08:00
parent e7982dfa83
commit 6253407b7b

View File

@ -99,7 +99,7 @@ namespace Blog.Core.Model.Models
/// <summary>
/// 生成 Repository
/// 生成 Service
/// </summary>
/// <param name="myContext"></param>
/// <returns></returns>
@ -108,7 +108,7 @@ namespace Blog.Core.Model.Models
try
{
myContext.Create_Repository_ClassFileByDBTalbe($@"C:\my-file\Blog.Core.Services", "Blog.Core.Services", new string[] { "Module" }, "");
myContext.Create_Services_ClassFileByDBTalbe($@"C:\my-file\Blog.Core.Services", "Blog.Core.Services", new string[] { "Module" }, "");
return true;
}
catch (Exception)