-
大小:文件类型: .rar金币: 1下载: 0 次发布日期: 2023-07-03
- 语言: C#
- 标签: ASP.NET+MVC4
资源简介
ASP.NET+MVC4+JQuery+easyui开发实例
代码片段和文件信息
using Itcast.CMS.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Itcast.CMS.BLL
{
public class NewCommentService
{
DAL.NewCommentDal NewCommentDal = new DAL.NewCommentDal();
public bool InsertEntityModel(T_NewComment newCommentInfo)
{
return NewCommentDal.InsertEntityModel(newCommentInfo) > 0;
}
public List GetNewCommentList(int newId)
{
return NewCommentDal.GetNewCommentList(newId);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14947941 2014-12-12 09:10 AS\DB及开发包说明.rar
文件 5632 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.BLL.dll
文件 19968 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.BLL.pdb
文件 11776 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.DAL.dll
文件 28160 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.DAL.pdb
文件 6656 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.Model.dll
文件 7680 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\bin\Debug\Itcast.CMS.Model.pdb
文件 2953 2014-11-13 22:01 AS\项目源码\Itcast.CMS.BLL\Itcast.CMS.BLL.csproj
文件 600 2014-11-13 22:08 AS\项目源码\Itcast.CMS.BLL\NewCommentService.cs
文件 1286 2014-11-12 00:12 AS\项目源码\Itcast.CMS.BLL\NewInfoService.cs
文件 6729 2014-11-13 21:58 AS\项目源码\Itcast.CMS.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 982 2014-11-13 22:49 AS\项目源码\Itcast.CMS.BLL\obj\Debug\Itcast.CMS.BLL.csproj.FileListAbsolute.txt
文件 8775 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\obj\Debug\Itcast.CMS.BLL.csprojResolveAssemblyReference.cache
文件 5632 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\obj\Debug\Itcast.CMS.BLL.dll
文件 19968 2014-11-24 18:05 AS\项目源码\Itcast.CMS.BLL\obj\Debug\Itcast.CMS.BLL.pdb
文件 0 2014-11-09 18:11 AS\项目源码\Itcast.CMS.BLL\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2014-11-09 18:11 AS\项目源码\Itcast.CMS.BLL\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
文件 0 2014-11-09 18:11 AS\项目源码\Itcast.CMS.BLL\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
文件 1348 2014-11-09 18:11 AS\项目源码\Itcast.CMS.BLL\Properties\AssemblyInfo.cs
文件 454 2014-11-09 19:40 AS\项目源码\Itcast.CMS.BLL\UserInfoService.cs
文件 8704 2014-11-24 18:05 AS\项目源码\Itcast.CMS.Common\bin\Debug\Itcast.CMS.Common.dll
文件 24064 2014-11-24 18:05 AS\项目源码\Itcast.CMS.Common\bin\Debug\Itcast.CMS.Common.pdb
文件 2590 2014-11-13 22:49 AS\项目源码\Itcast.CMS.Common\Itcast.CMS.Common.csproj
文件 6712 2014-11-13 22:31 AS\项目源码\Itcast.CMS.Common\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 588 2014-11-13 22:49 AS\项目源码\Itcast.CMS.Common\obj\Debug\Itcast.CMS.Common.csproj.FileListAbsolute.txt
文件 1987 2014-11-13 22:49 AS\项目源码\Itcast.CMS.Common\obj\Debug\Itcast.CMS.Common.csprojResolveAssemblyReference.cache
文件 8704 2014-11-24 18:05 AS\项目源码\Itcast.CMS.Common\obj\Debug\Itcast.CMS.Common.dll
文件 24064 2014-11-24 18:05 AS\项目源码\Itcast.CMS.Common\obj\Debug\Itcast.CMS.Common.pdb
文件 0 2014-11-09 18:13 AS\项目源码\Itcast.CMS.Common\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2014-11-09 18:13 AS\项目源码\Itcast.CMS.Common\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............此处省略1237个文件信息
评论
共有 条评论