public DataTable GetChart24hDraw(DateTime _postDate) { Chart24hDAO chart24hDAO = new Chart24hDAO(); return chart24hDAO.GetChart24hDraw(_postDate); }
public DataTable GetChart24hDraw() { Chart24hDAO chart24hDAO = new Chart24hDAO(); return chart24hDAO.GetChart24hDraw(); }