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