示例#1
0
 public DataTable GetChart24hDraw(DateTime _postDate)
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hDraw(_postDate);
 }
示例#2
0
 public DataTable GetChart24hDraw()
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hDraw();
 }