Example #1
0
 public static string GetMsgTempContentByID(string tempId)
 {
     return(MsgDAL.GetMsgTempContentByID(tempId));
 }