资源简介
c#酒店管理系统,winformc/s的用于毕业设计
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using HotelDAL;
using HotelModels;
namespace HotelBLL
{
public class CarryOnWorkManager
{
static CarryOnWorkService carry = new CarryOnWorkService();
///
/// 更新押金和实收现金
///
///
///
///
public static int UpdateCarryOnWorkByUserName(int moneyint money1string user)
{
return carry.InsertMoneyByUserName(moneymoney1 user);
}
///
/// 更新押金
///
///
///
///
public static int UpdateMoneyByUserAndIs(int money string user)
{
return carry.UpdateMoneyByUserAndIs(money user);
}
///
/// 获得当前在班上次接班时间
///
///
///
public static string GetDateTimeByUserName(string user)
{
return carry.GetDateTimeByUserName(user);
}
///
/// 获得当前在班的值班押金
///
///
///
public static int GetCarryOnDepositByUserName(string user)
{
return carry.GetCarryOnDepositByUserName(user);
}
///
/// 获得当前在班的实收现金
///
///
///
public static int GetWorkMoneyByUserName(string user)
{
return carry.GetWorkMoneyByUserName(user);
}
///
/// 更新在班操作员为不在班
///
///
///
///
public static int UpdateIsWorkByUser(string User)
{
return carry.UpdateIsWorkByUser(User);
}
///
/// 添加在班人员数据
///
///
///
public static int InsertIsWorkUserName(CarryOnWork car)
{
return carry.InsertIsWorkUserName(car);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 8704 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelBLL.dll
文件 38400 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelBLL.pdb
文件 11776 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelCommunal.dll
文件 42496 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelCommunal.pdb
文件 22016 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelDAL.dll
文件 48640 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelDAL.pdb
文件 11264 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelModels.dll
文件 58880 2013-03-16 21:40 HotelMIS\HotelBLL\bin\Debug\HotelModels.pdb
文件 2503 2009-05-17 22:37 HotelMIS\HotelBLL\CarryOnWorkManager.cs
文件 585 2009-05-15 16:56 HotelMIS\HotelBLL\CilentBalanceManager.cs
文件 3159 2009-05-19 23:47 HotelMIS\HotelBLL\HireRoomInfoManager.cs
文件 2776 2013-03-16 21:38 HotelMIS\HotelBLL\HotelBLL.csproj
文件 532 2009-05-14 14:32 HotelMIS\HotelBLL\IDInfoManager.cs
文件 2122 2009-05-17 23:01 HotelMIS\HotelBLL\LoginInfoManager.cs
文件 8704 2013-03-16 21:40 HotelMIS\HotelBLL\obj\Debug\HotelBLL.dll
文件 38400 2013-03-16 21:40 HotelMIS\HotelBLL\obj\Debug\HotelBLL.pdb
文件 16384 2009-05-19 13:25 HotelMIS\HotelBLL\obj\Debug\Refactor\HotelBLL.dll
文件 10879 2013-03-16 21:40 HotelMIS\HotelBLL\obj\Debug\ResolveAssemblyReference.cache
文件 529 2013-03-16 21:40 HotelMIS\HotelBLL\obj\Debug\HotelBLL.csproj.FileListAbsolute.txt
文件 298 2009-05-06 00:42 HotelMIS\HotelBLL\obj\HotelBLL.csproj.FileList.txt
文件 1058 2009-05-20 00:48 HotelMIS\HotelBLL\obj\HotelBLL.csproj.FileListAbsolute.txt
文件 1335 2009-04-21 18:04 HotelMIS\HotelBLL\Properties\AssemblyInfo.cs
文件 3487 2009-05-19 21:20 HotelMIS\HotelBLL\RoomInfoManager.cs
文件 2303 2009-04-24 13:08 HotelMIS\HotelCommunal\Access.cs
文件 11776 2013-03-16 21:40 HotelMIS\HotelCommunal\bin\Debug\HotelCommunal.dll
文件 42496 2013-03-16 21:40 HotelMIS\HotelCommunal\bin\Debug\HotelCommunal.pdb
文件 11264 2013-03-16 21:40 HotelMIS\HotelCommunal\bin\Debug\HotelModels.dll
文件 58880 2013-03-16 21:40 HotelMIS\HotelCommunal\bin\Debug\HotelModels.pdb
文件 1763 2009-04-24 14:32 HotelMIS\HotelCommunal\ConfigFile.cs
文件 8319 2009-04-24 13:22 HotelMIS\HotelCommunal\DataValidate.cs
............此处省略333个文件信息
- 上一篇:C#课设音乐播放器完整代码加论文
- 下一篇:C#调用Lucene方法-实现快速搜索
评论
共有 条评论