Beispiel #1
0
 public static DataTable GetMsgPakageByID(string id)
 {
     return(MsgDAL.GetMsgPakageByID(id));
 }