コード例 #1
0
ファイル: MsgBLL.cs プロジェクト: fubendong/--CTCRM
 public static string GetMsgTempContentByID(string tempId)
 {
     return(MsgDAL.GetMsgTempContentByID(tempId));
 }