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