示例#1
0
 public static bool DeleteMsgTemp(string tempId)
 {
     return(MsgDAL.DeleteMsgTemp(tempId));
 }