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