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