mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
上传T4模板
This commit is contained in:
32
Yi.Framework/Yi.Framework.Service/T4Service.cs
Normal file
32
Yi.Framework/Yi.Framework.Service/T4Service.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Models;
|
||||
using Yi.Framework.Interface;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Yi.Framework.Service
|
||||
{
|
||||
|
||||
public partial class MenuService:BaseService<menu>,IMenuService
|
||||
{
|
||||
//public MenuService(DbContext Db):base(Db){ }
|
||||
}
|
||||
|
||||
public partial class MouldService:BaseService<mould>,IMouldService
|
||||
{
|
||||
//public MouldService(DbContext Db):base(Db){ }
|
||||
}
|
||||
|
||||
public partial class RoleService:BaseService<role>,IRoleService
|
||||
{
|
||||
//public RoleService(DbContext Db):base(Db){ }
|
||||
}
|
||||
|
||||
public partial class UserService:BaseService<user>,IUserService
|
||||
{
|
||||
//public UserService(DbContext Db):base(Db){ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user