資源簡介
本條是為將要完成的軟件功能提供一個摘要。例如,對于一個記帳程序來說,需求說明可以用這部分來描述:客房帳目維護、客房財務報表和發票制作,而不必把功能所要求的大量的細節描寫出來。
有時,如果存在較高層次的規格說明時,則功能摘要可從中取得,這個較高層次的規格說明為軟件產品分配了特殊的功能,為了清晰起見,請
有時,如果存在較高層次的規格說明時,則功能摘要可從中取得,這個較高層次的規格說明為軟件產品分配了特殊的功能,為了清晰起見,請
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?WanceInvoicingSystem.DAL;
using?System.Data;
using?System.Data.SqlClient;
namespace?WanceInvoicingSystem.BLL
{
????public?class?SellBillBLL
????{
????????SellBillDAL?dal?=?new?SellBillDAL();
????????#region?增加
????????public?int?AddSellbill(string?sbcodestring?goodsiddouble?sbprice?int?sbcountDateTime?sbdatestring?sbaccountidbool?ispassstring?sbdesc)//添加
????????{
?????????????return?dal.AddSellbill(sbcode?goodsid?sbprice?sbcount
?????????????sbdate?sbaccountid?ispass?sbdesc);
????????}
????????#endregion
????????#region?查詢
????????public?DataSet?GetallSellbill()
???????{
???????????return?dal.GetallSellbill();
???????}
????????public?DataSet?QuerySellbill(int?sbid)
????????{
????????????return?dal.QuerySellbill(sbid);
????????}
???????
????????#endregion
????????#region?刪除
????????public?int?DeleteSellbill(int?sbid)
???????{
???????????return?dal.DeleteSellbill(sbid?);
???????}
????????#endregion
????????#region?修改
????????public?int?UpdateSellbill(int?sbidstring?sbcodestring?goodsiddouble?sbpriceint?sbcountDateTime?sbdatestring?sbaccountidbool?ispassstring?sbdesc)//修改
???????{
???????????return?dal.UpdateSellbill(sbid?sbcode?goodsid?sbprice?sbcount?sbdate?sbaccountid?ispass?sbdesc);
???????}
????????#endregion
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????169??2009-07-22?14:31??終結版3.1\WanceInvoicingSystem\mssccprj.scc
????..A.SH.???????140??2009-07-22?14:31??終結版3.1\WanceInvoicingSystem\vssver2.scc
????..A.SH.???????180??2009-07-22?11:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\bin\Debug\vssver2.scc
?????文件???????4608??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\bin\Debug\WanceInvoicingSystem.BLL.dll
?????文件??????13824??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\bin\Debug\WanceInvoicingSystem.BLL.pdb
?????文件???????7168??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\bin\Debug\WanceInvoicingSystem.DAL.dll
?????文件??????19968??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\bin\Debug\WanceInvoicingSystem.DAL.pdb
?????文件????????201??2009-07-22?14:12??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\mssccprj.scc
?????文件???????3584??2009-07-28?16:11??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\Refactor\WanceInvoicingSystem.BLL.dll
?????文件???????7016??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\ResolveAssemblyReference.cache
????..A.SH.???????249??2009-07-22?11:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\vssver2.scc
?????文件???????5023??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\WanceInvoicingSystem.BLL.csproj.FileListAbsolute.txt
?????文件???????4608??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\WanceInvoicingSystem.BLL.dll
?????文件??????13824??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\obj\Debug\WanceInvoicingSystem.BLL.pdb
?????文件???????1404??2009-07-21?21:20??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\Properties\AssemblyInfo.cs
????..A.SH.???????123??2009-07-22?14:31??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\Properties\vssver2.scc
?????文件???????1437??2009-07-28?20:34??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\SellBillBLL.cs
????..A.SH.???????236??2009-07-22?14:12??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\vssver2.scc
?????文件???????3019??2009-07-28?09:46??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\WanceInvoicingSystem.BLL.csproj
?????文件????????168??2009-07-22?14:31??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\WanceInvoicingSystem.BLL.csproj.user
?????文件????????257??2009-07-22?10:50??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.BLL\WanceInvoicingSystem.BLL.csproj.vspscc
????..A.SH.???????180??2009-07-22?11:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\bin\Debug\vssver2.scc
?????文件???????7168??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\bin\Debug\WanceInvoicingSystem.DAL.dll
?????文件??????19968??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\bin\Debug\WanceInvoicingSystem.DAL.pdb
?????文件????????201??2009-07-22?14:13??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\mssccprj.scc
?????文件???????4096??2009-07-28?19:51??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\obj\Debug\Refactor\WanceInvoicingSystem.DAL.dll
????..A.SH.???????249??2009-07-22?11:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\obj\Debug\vssver2.scc
?????文件???????3749??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\obj\Debug\WanceInvoicingSystem.DAL.csproj.FileListAbsolute.txt
?????文件???????7168??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\obj\Debug\WanceInvoicingSystem.DAL.dll
?????文件??????19968??2009-07-28?20:25??終結版3.1\WanceInvoicingSystem\WanceInvoicingSystem.DAL\obj\Debug\WanceInvoicingSystem.DAL.pdb
............此處省略297個文件信息
- 上一篇:PLC簡易程序大合集
- 下一篇:分頁系統模擬實驗 操作系統 課程設計
評論
共有 條評論