Esempio n. 1
0
 public DataTable GetChart24hDraw3(DateTime _postDate)
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hDraw3(_postDate);
 }
Esempio n. 2
0
 public DataTable GetChart24hTop1()
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hTop1();
 }
Esempio n. 3
0
 public Chart24h GetChart24hById(int Id)
 {
     Chart24hDAO chart24hDAO = new Chart24hDAO();
     return chart24hDAO.GetChart24hById(Id);
 }