1 Star 0 Fork 1.6K

kenty06/OpenAuth.Net

forked from dotNET China/OpenAuth.Net 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
IRepository.cst 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
<%--
Name: Database Table Properties
Author: yubaolee
Description: Create a list of properties from a database table
--%>
<%@ CodeTemplate Language="C#" Encoding="utf-8" TargetLanguage="C#" Debug="False" Description="创建包含组织机构的接口" %>
<%@ Property Name="ModuleName" Type="String" Category="Context" Description="模块名称" %>
<%@ Map Name="CSharpAlias" Src="System-CSharpAlias" Description="System to C# Type Map" %>
<%@ Assembly Name="SchemaExplorer" %>
<%@ Import Namespace="SchemaExplorer" %>
using System.Collections.Generic;
using System.Linq;
namespace OpenAuth.Domain.Interface
{
public interface I<%=ModuleName%>Repository :IRepository<<%=ModuleName%>>
{
IEnumerable<<%=ModuleName%>> Load<%=ModuleName%>s(int pageindex, int pagesize);
IEnumerable<<%=ModuleName%>> LoadInOrgs(params int[] orgId);
int Get<%=ModuleName%>CntInOrgs(params int[] orgIds);
IEnumerable<<%=ModuleName%>> LoadInOrgs(int pageindex, int pagesize, params int[] orgIds);
void Delete(int id);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kenty06/OpenAuth.Net.git
git@gitee.com:kenty06/OpenAuth.Net.git
kenty06
OpenAuth.Net
OpenAuth.Net
master

搜索帮助

371d5123 14472233 46e8bd33 14472233