资源简介
基于C#和sqL sever的酒店管理系统
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using HotelManager.DAL;
using HotelManager.Models;
namespace HotelManager.BLL
{
public static partial class GuestCategoryManager
{
public static GuestCategory AddGuestCategory(GuestCategory guestCategory)
{
return GuestCategoryService.AddGuestCategory(guestCategory);
}
public static void DeleteGuestCategory(GuestCategory guestCategory)
{
GuestCategoryService.DeleteGuestCategory(guestCategory);
}
public static void DeleteGuestCategoryById(int categoryID)
{
GuestCategoryService.DeleteGuestCategoryByCategoryID(categoryID);
}
public static void ModifyGuestCategory(GuestCategory guestCategory)
{
GuestCategoryService.ModifyGuestCategory(guestCategory);
}
///
/// 获取客人类型列表
///
/// IList
public static IList GetAllGuestCategories()
{
return GuestCategoryService.GetAllGuestCategories();
}
///
/// 根据类型ID获取客人类型实体
///
/// 类型ID
/// GuestCategory
public static GuestCategory GetGuestCategoryByCategoryID(int categoryID)
{
return GuestCategoryService.GetGuestCategoryByCategoryID(categoryID);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-06 14:36 HotelManage\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\bin\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\bin\Debug\
文件 7680 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\BLL.dll
文件 40448 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\BLL.pdb
文件 20992 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\dal.dll
文件 60928 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\dal.pdb
文件 8192 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\mODELS.dll
文件 44544 2014-10-20 09:22 HotelManage\HotelManage\BLL\bin\Debug\mODELS.pdb
文件 3359 2013-05-20 21:19 HotelManage\HotelManage\BLL\BLL.csproj
文件 1603 2008-10-26 19:47 HotelManage\HotelManage\BLL\GuestCategoryManager.cs
文件 1945 2008-10-25 21:30 HotelManage\HotelManage\BLL\GuestManager.cs
文件 1754 2008-10-06 17:18 HotelManage\HotelManage\BLL\HotelUserManage.cs
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\obj\
目录 0 2014-10-20 09:22 HotelManage\HotelManage\BLL\obj\Debug\
文件 1464 2014-10-15 10:39 HotelManage\HotelManage\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
文件 7680 2014-10-20 09:22 HotelManage\HotelManage\BLL\obj\Debug\BLL.dll
文件 40448 2014-10-20 09:22 HotelManage\HotelManage\BLL\obj\Debug\BLL.pdb
文件 5654 2014-10-20 09:22 HotelManage\HotelManage\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\obj\Debug\Refactor\
文件 5120 2008-10-25 19:13 HotelManage\HotelManage\BLL\obj\Debug\Refactor\BLL.dll
文件 15279 2014-10-20 09:22 HotelManage\HotelManage\BLL\obj\Debug\ResolveAssemblyReference.cache
目录 0 2013-07-19 19:50 HotelManage\HotelManage\BLL\obj\Debug\TempPE\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\BLL\Properties\
文件 1338 2008-10-04 18:59 HotelManage\HotelManage\BLL\Properties\AssemblyInfo.cs
文件 2999 2008-10-26 17:48 HotelManage\HotelManage\BLL\RoomManager.cs
文件 3146 2008-10-26 17:57 HotelManage\HotelManage\BLL\RoomTypeManager.cs
目录 0 2014-10-14 08:59 HotelManage\HotelManage\DAL\
目录 0 2014-10-14 08:59 HotelManage\HotelManage\DAL\bin\
............此处省略133个文件信息
相关资源
- 在线电影网站系统+asp.net+SQL有毕业论
- 基于VS2010 C#实现的宿舍管理系统
- 环境监测数据采集管理系统
- 基于C#的仓库管理系统
- MyPetShop&SQL server
- 企业人事管理系统(C#C/S模式,程序,
- 复杂计算器 带括号
- c#三层架构实现的BBS
- Asp.net做的新闻后台管理系统
- c# 串口通信源代码
- C# 旅游管理信息系统 源码 毕设
- c# 酒店管理系统源码(WPF) VS 2010
- C#作的文件加密器很不错的
- C#物流信息管理平台源代码
- 蓝山人事管理系统C#源码+DB+课设报告
- C#CHART时间做X轴可放大缩小.zip
- BLE_TI_demo_keyfob_sensortag蓝牙芯片9(Wi
- C#超市管理信息系统
- C#测试驱动开发
- C# 基于百度API的人脸识别登陆
- C#写的酒店管理系统源码WPF框架
- C# winform 简单员工管理系统
- C#版谷歌翻译-调用谷歌web翻译
- C# MSDN帮助文档
- 基于ASP.NET社区养老院信息管理系统源
- 基于ASP.NET+SQL Server技术的网上二手车
- 数据结构与算法分析(C#版.pdf
- C# 小闹钟多线程案例
- 手把手教你用C#打包应用程序(安装程
- practical-test-driven-development-c#7
评论
共有 条评论