资源简介
含3层架构的图书管理系统使用Dotnetbar控件进行美化 Dotnetbar下载地址链接:http://pan.baidu.com/s/1jGEF2To 密码:0apu 欢迎
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Model;
using DAL;
using System.Data;
namespace BLL
{
public class AdminInfoBLL
{
AdminInfoAccess adminInfo;
public AdminInfoBLL()
{
adminInfo = new AdminInfoAccess();
}
public string Login(string adminID string psw) //对账号及密码进行判断
{
string resultStr = ““;
if (!adminInfo.Exist(adminID))
{
resultStr = “NotFound“;
}
else
{
string str = adminInfo.GetPassWord(adminID);
if (str == psw)
resultStr = “Success“;
else
resultStr = “PasswordWrong“;
}
return resultStr;
}
public string GetIDCardTypeAndIDCard(string adminID)//获取证件类型和证件号
{
string str = adminInfo.GetIDCardTypeAndIDCard(adminID);
return str;
}
public string GetPassWord(string adminID)//获取密码
{
string psw = adminInfo.GetPassWord(adminID);
return psw;
}
public string GetAdminName(string adminID)//获取姓名
{
string name = adminInfo.GetadminName(adminID);
return name;
}
public AdminInfo GetAdminInfo(string adminID)//获取信息
{
AdminInfo admin;
admin = adminInfo.GetAdminInfo(adminID);
return admin;
}
public string AddadminInfo(AdminInfo admin)//添加管理员信息
{
if (adminInfo.AddadminInfo(admin))
{
return “管理员信息添加成功“;
}
else
return “管理员信息添加失败“;
}
public string UpdateAdminInfo(AdminInfo admin)//修改信息
{
if (adminInfo.UpdateAdminInfo(admin))
{
return “信息修改成功“;
}
else
return “信息修改失败“;
}
public DataTable GetAllAdminInfo(string where)//获取AdminInfo表
{
return adminInfo.GetallAdminInfo(where);
}
public string DeleteAdminInfo(string adminID)//删除管理员
{
if (adminInfo.DeleteAdminInfo(adminID))
return “删除管理员成功“;
else
return “删除管理员失败“;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-02-07 14:19 BMS\
目录 0 2015-02-07 14:18 BMS\BLL\
文件 2677 2014-12-25 14:36 BMS\BLL\AdminInfoBLL.cs
文件 1591 2014-12-25 20:48 BMS\BLL\AuthManagementBLL.cs
目录 0 2015-02-07 14:18 BMS\BLL\bin\
目录 0 2015-02-07 14:18 BMS\BLL\bin\Debug\
文件 8704 2015-02-07 14:21 BMS\BLL\bin\Debug\BLL.dll
文件 48640 2015-02-07 14:21 BMS\BLL\bin\Debug\BLL.pdb
文件 5632 2015-02-07 14:21 BMS\BLL\bin\Debug\Common.dll
文件 15872 2015-02-07 14:21 BMS\BLL\bin\Debug\Common.pdb
文件 24064 2015-02-07 14:21 BMS\BLL\bin\Debug\DAL.dll
文件 56832 2015-02-07 14:21 BMS\BLL\bin\Debug\DAL.pdb
文件 14336 2015-02-07 14:21 BMS\BLL\bin\Debug\Model.dll
文件 7680 2015-02-07 14:21 BMS\BLL\bin\Debug\Model.pdb
目录 0 2015-02-07 14:18 BMS\BLL\bin\Release\
文件 6144 2014-12-29 15:17 BMS\BLL\bin\Release\BLL.dll
文件 19968 2014-12-29 15:17 BMS\BLL\bin\Release\BLL.pdb
文件 5120 2014-12-29 15:17 BMS\BLL\bin\Release\Common.dll
文件 13824 2014-12-29 15:17 BMS\BLL\bin\Release\Common.pdb
文件 11776 2014-12-29 15:17 BMS\BLL\bin\Release\DAL.dll
文件 22016 2014-12-29 15:17 BMS\BLL\bin\Release\DAL.pdb
文件 8704 2014-12-29 15:17 BMS\BLL\bin\Release\Model.dll
文件 7680 2014-12-29 15:17 BMS\BLL\bin\Release\Model.pdb
文件 2927 2015-01-05 10:46 BMS\BLL\BLL.csproj
文件 1520 2014-12-29 11:07 BMS\BLL\BookInfoBLL.cs
文件 1568 2015-01-04 11:30 BMS\BLL\BorrowInfoBLL.cs
文件 458 2015-01-05 10:49 BMS\BLL\ExcelBLL.cs
文件 1119 2015-01-04 16:46 BMS\BLL\InitSysBLL.cs
目录 0 2015-02-07 14:18 BMS\BLL\obj\
目录 0 2015-02-07 14:21 BMS\BLL\obj\Debug\
文件 2153 2015-02-07 14:21 BMS\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
............此处省略290个文件信息
- 上一篇:ASP.NET MVC5 入门PPT
- 下一篇:C# 图片管家
相关资源
- C#图书管理系统三层架构
- c#图书管理系统C#源码和SQL数据库
- C#图书管理系统含数据库、文档
- 图书管理系统 C# Visul studio.NET( 含源
- C#编写的图书管理系统源代码
- 基于三层架构的Winform图书管理系统
- c#做的简单图书管理系统
- ASP.NET 图书管理系统(毕业设计)
- C#图书管理系统源码20131205
- 图书管理系统源码 C#.net
- 课程设计——图书馆图书管理系统
- asp.net三层架构的图书管理系统
- Windows程序设计--C#--图书管理系统.zi
- 图书管理系统(c#+sql2008)
- C#图书管理系统项目源码.zip
- 基于c#的图书管理系统
- 毕业论文基于Web的图书管理系统
- c# winform图书管理系统
- 数字图书管理系统
- asp.net 图书管理系统+毕业论文
- C#图书管理系统.rar
- ASP.NET图书管理系统设计与实现(论文
- C#与数据库课程设计图书管理系统+报
- 图书管理系统ASP.NET课程设计源码
- 基于RFID的图书管理系统
- C# 图书管理系统 源码
- 图书管理系统C#课程设计+sqlsever数据库
- C#+sql图书管理系统+源码
- Winform+SQL Server数据库图书管理系统
- c#+Access图书管理系统
评论
共有 条评论