资源简介
後台權限管理系統1.0
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;
namespace ZGZY.BLL
{
///
/// 权限(BLL)
///
public class Authority
{
private static readonly ZGZY.IDAL.IAuthority dal = ZGZY.DALFactory.Factory.GetAuthorityDAL();
///
/// 判断当前用户是否有权限
///
/// 菜单标识码
/// 按钮标识码
/// 用户主键
public bool IfAuthority(string menuCode string buttonCode int userId)
{
return dal.IfAuthority(menuCode buttonCode userId);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-02-28 08:05 RightManage\
目录 0 2014-02-26 09:25 RightManage\BLL\
文件 775 2013-12-03 09:36 RightManage\BLL\Authority.cs
目录 0 2014-02-26 09:25 RightManage\BLL\bin\
目录 0 2014-02-26 09:42 RightManage\BLL\bin\Debug\
目录 0 2014-02-26 09:42 RightManage\BLL\bin\Release\
文件 3471 2013-12-09 10:07 RightManage\BLL\BLL.csproj
文件 293 2014-01-03 11:28 RightManage\BLL\Bug.cs
文件 1489 2013-12-11 09:51 RightManage\BLL\Button.cs
文件 4010 2013-12-31 13:19 RightManage\BLL\Department.cs
文件 2718 2013-12-09 10:06 RightManage\BLL\LoginLog.cs
文件 9905 2014-01-02 11:33 RightManage\BLL\Menu.cs
目录 0 2014-02-26 09:25 RightManage\BLL\obj\
目录 0 2014-02-26 09:41 RightManage\BLL\obj\Debug\
文件 8171 2014-02-26 09:41 RightManage\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
文件 6198 2014-02-26 09:41 RightManage\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 17667 2014-02-25 09:36 RightManage\BLL\obj\Debug\ResolveAssemblyReference.cache
目录 0 2014-02-26 09:42 RightManage\BLL\obj\Debug\TempPE\
目录 0 2014-02-26 09:25 RightManage\BLL\Properties\
文件 1338 2013-09-15 13:38 RightManage\BLL\Properties\AssemblyInfo.cs
文件 7472 2013-12-31 13:25 RightManage\BLL\Role.cs
文件 343 2014-01-03 11:27 RightManage\BLL\RoleMenuButton.cs
文件 6139 2014-01-03 11:19 RightManage\BLL\User.cs
文件 4639 2013-12-03 09:26 RightManage\BLL\UserDepartment.cs
文件 1435 2013-12-10 11:31 RightManage\BLL\UserOperateLog.cs
文件 4647 2013-12-03 09:23 RightManage\BLL\UserRole.cs
目录 0 2014-02-26 09:25 RightManage\BLLTest\
目录 0 2014-02-26 09:25 RightManage\BLLTest\bin\
目录 0 2014-02-26 09:42 RightManage\BLLTest\bin\Debug\
目录 0 2014-02-26 09:42 RightManage\BLLTest\bin\Release\
文件 3043 2014-01-06 10:21 RightManage\BLLTest\BLLTest.csproj
............此处省略1786个文件信息
相关资源
- C#高级编程第10版英文原版
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基于ASP.NET的课程管理系统
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 计算机图形学 三维模型处理算法初步
- C#实验--A.1 视频动态绘制练习.
- FastReport .NET V2016.1.0 最新破解版
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- Angle - Bootstrap Admin Template2016最新版V
-
Databa
se2Sharp代码生成工具19.0已注册 - WPF21个优秀项目及源码
- C#人事管理系统/人力资源管理系统
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - ASP.NET Core 2 and Vue.js 1st Edition
- 学生社团信息管理系统MVC三层架构
- 毕业设计,基于winform的酒店管理系统
- ASP.NET图书管理系统源码.zip
- 业务管理系统源码 asp.net业务管理系统
- Beginning C# 7 Programming with Visual Studio
- Visual C#.NET串口通信及测控应用典型实
- 考勤管理系统ASP.NET
- 基于.net的医院信息管理系统C#
- ASP.NET城市公交管理系统
- 企业人事管理系统C#源代码
评论
共有 条评论