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