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