using System;
using AIMSDAL;
using AIMSModel;
using AIMSObjectQuery;
using System.Collections;
using System.Collections.Generic;
using System.Data;
namespace AIMSBLL
{
    public partial class BNoticeTemplate
    {
        /// 
        /// 查询NoticeTemplate所有的内容
        /// 
        /// 
        public static DataTable GetNoticeTemplate()
        {
            return DNoticeTemplate.GetNoticeTemplate();
        }
    }
}