資源簡介
c#實現(xiàn)的酒店管理系統(tǒng),里面包含了數(shù)據(jù)庫文件,簡易酒店管理系統(tǒng)源碼
二、源碼特點
1、采用WinFrom程序設計開發(fā)的酒店管理系統(tǒng);
2、應用到標準的三層技術,多個視圖工具控件;
二、功能介紹
用戶可根據(jù)自己的需求入住登記不同類型的房間,同時登記個人基本信息,管理員可通過對不同類型房間的管理
及房間信息管理設置不同的類型房間進行增刪改查,并對入住客戶的信息及點退房信息查詢,并改變房間的入住
與退房或空房間的狀態(tài)信息;
三、菜單功能
房間類型管理,房間信息管理,入住登記,入住信息查看和退房,房間狀態(tài)查看等;
四、注意事項
開發(fā)環(huán)境為Visual Studio 2010,數(shù)據(jù)庫為SQL Server 2008,數(shù)據(jù)庫文件在DB_51aspx文件夾中,使用.net 4.0開發(fā)。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?HotelManager.Models;
using?HotelManager.DAL;
namespace?HotelManager.BLL
{
????public?class?GuestManager
????{
????????public?static?int?GuestRecord(Guest?guest)
????????{
????????????return?GuestService.GuestRecord(guest);
????????}
????????public?static?List?GetAllGuest()
????????{
????????????return?GuestService.GetAllGuest();
????????}
????????public?static?int?UpdateGuestInfo(int?guestId?Decimal?toatalMoney?DateTime?leaveDate)
????????{
????????????return?GuestService.UpdateGuestInfo(guestId?toatalMoney?leaveDate);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2361??2014-06-30?17:20??51Aspx源碼必讀.txt
?????目錄???????????0??2014-06-30?10:12??DB_51aspx\
?????文件?????2359296??2014-06-30?17:20??DB_51aspx\Hotel.mdf
?????文件??????589824??2014-06-30?17:20??DB_51aspx\Hotel_log.LDF
?????目錄???????????0??2014-06-30?10:12??HotelManagerBLL\
?????文件?????????675??2014-06-28?10:11??HotelManagerBLL\GuestManager.cs
?????文件????????2916??2014-06-27?12:26??HotelManagerBLL\HotelManagerBLL.csproj
?????目錄???????????0??2014-06-30?10:12??HotelManagerBLL\Properties\
?????文件????????1362??2014-06-25?21:54??HotelManagerBLL\Properties\AssemblyInfo.cs
?????文件?????????359??2014-06-27?12:26??HotelManagerBLL\ResideStateManager.cs
?????文件????????1065??2014-06-28?10:01??HotelManagerBLL\RoomExtensionManager.cs
?????文件?????????788??2014-06-26?10:52??HotelManagerBLL\RoomTypeManager.cs
?????目錄???????????0??2014-06-29?14:07??HotelManagerBLL\bin\
?????目錄???????????0??2014-06-30?16:06??HotelManagerBLL\bin\Debug\
?????文件????????5632??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.BLL.dll
?????文件???????19968??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.BLL.pdb
?????文件???????12800??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.DAL.dll
?????文件???????28160??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.DAL.pdb
?????文件????????8192??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.Models.dll
?????文件????????7680??2014-06-30?16:06??HotelManagerBLL\bin\Debug\HotelManager.Models.pdb
?????目錄???????????0??2014-06-30?17:35??HotelManagerBLL\bin\Release\
?????目錄???????????0??2014-06-29?14:07??HotelManagerBLL\obj\
?????目錄???????????0??2014-06-30?16:06??HotelManagerBLL\obj\Debug\
?????文件????????5950??2014-06-30?16:06??HotelManagerBLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????5632??2014-06-30?16:06??HotelManagerBLL\obj\Debug\HotelManager.BLL.dll
?????文件???????19968??2014-06-30?16:06??HotelManagerBLL\obj\Debug\HotelManager.BLL.pdb
?????文件????????2675??2014-06-30?16:06??HotelManagerBLL\obj\Debug\HotelManagerBLL.csproj.FileListAbsolute.txt
?????文件????????8822??2014-06-30?16:06??HotelManagerBLL\obj\Debug\HotelManagerBLL.csprojResolveAssemblyReference.cache
?????文件????????5791??2014-06-28?10:29??HotelManagerBLL\obj\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2014-06-30?17:35??HotelManagerBLL\obj\Debug\TempPE\
?????目錄???????????0??2014-06-30?10:12??HotelManagerDAL\
............此處省略118個文件信息
評論
共有 條評論