Example #1
0
 public DataSet TranSearch(string getNumber, string sendFrom, string content, string title, string timeType, string readType)
 {
     using (TransactionDataAccess transactionDA = new TransactionDataAccess())
     {
         return(transactionDA.TranSearch(getNumber, sendFrom, content, title, timeType, readType));
     }
 }