-
大小: 36.90M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-14
- 語言: C#
- 標簽: MVC??學(xué)習(xí)??音樂??
資源簡介
用MVC 輕量級dapper開發(fā)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Data;
using?CY.MusicStore.Model;
using?CY.MusicStore.DAL;
namespace?CY.MusicStore.BLL
{
????///?
????///?專輯業(yè)務(wù)邏輯層
????///?add?by?yyq
????///?add?time?2015-07-11
????///?
????public?class?AlbumBLL
????{
????????private??AlbumDAL?dal?=?new?AlbumDAL();
???????#region?添加?、修改?、刪除操作
???????///?
???????///?添加
???????///?
???????///?實體對模型
???????///?
???????public?bool?Add(AlbumModel?Model)
???????{
??????????return?dal.Add(Model)>0?true:false;
???????}
???????///?
???????///?修改
???????///?
???????///?實體對象模型
???????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5420??2015-07-15?17:27??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\AlbumBLL.cs
?????文件???????3742??2015-07-15?17:13??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\ArtistBLL.cs
?????文件??????10240??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.BLL.dll
?????文件??????30208??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.BLL.pdb
?????文件???????5632??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.Common.dll
?????文件??????13824??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.Common.pdb
?????文件??????19456??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.DAL.dll
?????文件??????36352??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.DAL.pdb
?????文件???????7680??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.Model.dll
?????文件??????24064??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\CY.MusicStore.Model.pdb
?????文件??????71680??2015-07-10?16:33??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\Dapper.dll
?????文件?????510976??2015-07-15?16:46??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Debug\Newtonsoft.Json.dll
?????文件???????8704??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.BLL.dll
?????文件??????24064??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.BLL.pdb
?????文件???????5632??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.Common.dll
?????文件??????11776??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.Common.pdb
?????文件??????15872??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.DAL.dll
?????文件??????30208??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.DAL.pdb
?????文件???????6144??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.Model.dll
?????文件??????19968??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\CY.MusicStore.Model.pdb
?????文件??????71680??2015-07-10?16:33??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\Dapper.dll
?????文件?????510976??2015-07-15?16:46??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\bin\Release\Newtonsoft.Json.dll
?????文件???????3220??2016-07-19?10:49??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\CY.MusicStore.BLL.csproj
?????文件???????3631??2015-07-15?17:21??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\GenreBLL.cs
?????文件???????3414??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Debug\CY.MusicStore.BLL.csproj.FileListAbsolute.txt
?????文件??????23147??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Debug\CY.MusicStore.BLL.csprojResolveAssemblyReference.cache
?????文件??????10240??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Debug\CY.MusicStore.BLL.dll
?????文件??????30208??2016-07-19?16:16??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Debug\CY.MusicStore.BLL.pdb
?????文件???????6937??2016-08-17?16:27??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1707??2015-07-16?15:07??MVC學(xué)習(xí)(音樂商店)\作業(yè)源碼\CYMusicStoreSln\CY.MusicStore.BLL\obj\Release\CY.MusicStore.BLL.csproj.FileListAbsolute.txt
............此處省略4868個文件信息
評論
共有 條評論