Exemplo n.º 1
0
 public DataTable GetChart24hDraw(DateTime _postDate)
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hDraw(_postDate);
 }
Exemplo n.º 2
0
 public DataTable GetChart24hDraw()
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hDraw();
 }