⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readcommonmessagemanager.cs

📁 办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统
💻 CS
字号:
//============================================================
// Producnt name:		BoBoARTS.CodeMad
// Version: 			1.0
// Coded by:			Shen Bo (bo.shen@jb-aptech.com.cn)
// Auto generated at: 	2008-9-18 17:06:14
//============================================================

using System;
using System.Collections.Generic;
using System.Text;
using Office.DAL;
using Office.Model;

namespace Office.BLL
{

    public static partial class ReadCommonMessageManager
    {
        public static ReadCommonMessage AddReadCommonMessage(ReadCommonMessage readCommonMessage)
        {
            return ReadCommonMessageManager.AddReadCommonMessage(readCommonMessage);
        }

        public static void DeleteReadCommonMessage(ReadCommonMessage readCommonMessage)
        {
            ReadCommonMessageManager.DeleteReadCommonMessage(readCommonMessage);
        }

        public static void DeleteReadCommonMessageById(int readId)
        {
            ReadCommonMessageManager.DeleteReadCommonMessageById(readId);
        }

		public static void ModifyReadCommonMessage(ReadCommonMessage readCommonMessage)
        {
            ReadCommonMessageManager.ModifyReadCommonMessage(readCommonMessage);
        }
        
        public static IList<ReadCommonMessage> GetAllReadCommonMessages()
        {
            return ReadCommonMessageManager.GetAllReadCommonMessages();
        }

        public static ReadCommonMessage GetReadCommonMessageByReadId(int readId)
        {
            return ReadCommonMessageManager.GetReadCommonMessageByReadId(readId);
        }


        public static ReadCommonMessage GetTouserID(string userID)
        {
            return ReadCommonMessageService.TouserID(userID);
        }

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -