• 大小: 1.92MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2023-09-02
  • 语言: C#
  • 标签:

资源简介

入门级C#酒店管理系统源代码,一起学习参考改进!

资源截图

代码片段和文件信息

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);
        }

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2777  2012-07-23 15:35  入门级C#酒店管理系统源代码\readme.htm

     文件       7680  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\BLL.dll

     文件      34304  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\BLL.pdb

     文件      20992  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\dal.dll

     文件      52736  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\dal.pdb

     文件       8192  2012-03-18 14:36  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\mODELS.dll

     文件      38400  2012-03-18 14:36  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\mODELS.pdb

     文件       2777  2012-07-23 15:35  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\readme.htm

     文件        332  2012-04-28 16:49  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\bin\Debug\有材网.url

     文件       3327  2010-08-18 17:01  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\BLL.csproj

     文件       1603  2008-10-26 19:47  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\GuestCategoryManager.cs

     文件       1945  2008-10-25 21:30  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\GuestManager.cs

     文件       1754  2008-10-06 17:18  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\HotelUserManage.cs

     文件       1156  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt

     文件       7680  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\BLL.dll

     文件      34304  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\BLL.pdb

     文件       5974  2012-03-20 18:32  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       5120  2008-10-25 19:13  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\Refactor\BLL.dll

     文件       8581  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\obj\Debug\ResolveAssemblyReference.cache

     文件       1338  2008-10-04 18:59  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\Properties\AssemblyInfo.cs

     文件       2999  2008-10-26 17:48  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\RoomManager.cs

     文件       3146  2008-10-26 17:57  入门级C#酒店管理系统源代码\youcaiw\HotelManage\BLL\RoomTypeManager.cs

     文件      20992  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\bin\Debug\dal.dll

     文件      52736  2012-03-18 14:37  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\bin\Debug\dal.pdb

     文件       8192  2012-03-18 14:36  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\bin\Debug\mODELS.dll

     文件      38400  2012-03-18 14:36  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\bin\Debug\mODELS.pdb

     文件       3201  2010-08-18 17:01  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\DAL.csproj

     文件       4029  2008-10-25 14:29  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\DBHelper.cs

     文件       6174  2008-10-26 17:43  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\GuestCategoryService.cs

     文件       8653  2008-10-26 17:19  入门级C#酒店管理系统源代码\youcaiw\HotelManage\DAL\GuestService.cs

............此处省略137个文件信息

评论

共有 条评论