Exemple #1
0
 public Video GetVideoHot(string lang)
 {
     VideoDAO VideoDAO = new VideoDAO();
     return VideoDAO.GetVideoHot(lang);
 }