資源簡介
基于C#和sqL sever的酒店管理系統(tǒng)

代碼片段和文件信息
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();
????????}
????????///?
????????///?根據(jù)類型ID獲取客人類型實(shí)體
????????///?
????????///?類型ID
????????///?GuestCategory
????????public?static?GuestCategory?GetGuestCategoryByCategoryID(int?categoryID)
????????{
????????????return?GuestCategoryService.GetGuestCategoryByCategoryID(categoryID);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論