예제 #1
0
파일: MsgBLL.cs 프로젝트: fubendong/--CTCRM
 public static string GetMsgTempContentByID(string tempId)
 {
     return(MsgDAL.GetMsgTempContentByID(tempId));
 }