using System;
using System.Collections.Generic;
using System.Text;
using DAL;
using Model;
using System.Data;
using System.Data.SqlClient;
namespace BLL
{
public class ClassInfoManager
{
public bool AddClassInfo(ClassInfo classinfo)
{
try
{
return new Class().AddClassInfo(classinfo);
}
catch
{
throw;
}
}
public bool DelClassInfo(string condition)
{
try
{
return new Class().DelClassInfo(condition);
}
catch
{
throw;
}
}
public bool UpdClassInfo(ClassInfo classinfo string condition)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24576 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\BLL.dll
文件 71168 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\BLL.pdb
文件 32768 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DAL.dll
文件 89600 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DAL.pdb
文件 16384 2010-06-23 15:51 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DALFactory.dll
文件 13824 2010-06-23 15:51 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\DALFactory.pdb
文件 24576 2010-06-23 15:51 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\Model.dll
文件 62976 2010-06-23 15:51 OnlineTestSystem\OnlineTestSystemUI\BLL\bin\Debug\Model.pdb
文件 2852 2010-06-15 17:55 OnlineTestSystem\OnlineTestSystemUI\BLL\BLL.csproj
文件 1816 2010-05-30 19:44 OnlineTestSystem\OnlineTestSystemUI\BLL\ClassInfoManager.cs
文件 250 2010-07-20 21:05 OnlineTestSystem\OnlineTestSystemUI\BLL\obj\BLL.csproj.FileList.txt
文件 24576 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\BLL.dll
文件 71168 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\BLL.pdb
文件 20480 2010-07-02 18:18 OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\Refactor\BLL.dll
文件 12872 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\BLL\obj\Debug\ResolveAssemblyReference.cache
文件 1919 2010-05-30 19:45 OnlineTestSystem\OnlineTestSystemUI\BLL\ObjAnswerManager.cs
文件 1852 2010-05-30 19:45 OnlineTestSystem\OnlineTestSystemUI\BLL\ob
文件 1325 2010-05-24 13:30 OnlineTestSystem\OnlineTestSystemUI\BLL\Properties\AssemblyInfo.cs
文件 449 2010-06-15 18:02 OnlineTestSystem\OnlineTestSystemUI\BLL\QuerySQL.cs
文件 1856 2010-06-08 21:55 OnlineTestSystem\OnlineTestSystemUI\BLL\StudentInfoManager.cs
文件 1922 2010-06-16 14:27 OnlineTestSystem\OnlineTestSystemUI\BLL\StudentScoreManager.cs
文件 2018 2010-05-30 19:45 OnlineTestSystem\OnlineTestSystemUI\BLL\StudentTestPaperManager.cs
文件 1844 2010-05-30 19:46 OnlineTestSystem\OnlineTestSystemUI\BLL\SubAnswerManager.cs
文件 1860 2010-05-30 19:46 OnlineTestSystem\OnlineTestSystemUI\BLL\SubjectInfoManager.cs
文件 1886 2010-05-30 19:46 OnlineTestSystem\OnlineTestSystemUI\BLL\SubjectiveManager.cs
文件 1846 2010-05-30 20:06 OnlineTestSystem\OnlineTestSystemUI\BLL\TeacherInfoManager.cs
文件 1896 2010-05-30 19:46 OnlineTestSystem\OnlineTestSystemUI\BLL\TestPaperInfoManager.cs
文件 32768 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DAL.dll
文件 89600 2010-06-30 11:44 OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DAL.pdb
文件 16384 2010-06-23 15:51 OnlineTestSystem\OnlineTestSystemUI\DAL\bin\Debug\DALFactory.dll
............此处省略255个文件信息