Exemple #1
-1
 public Video GetVideoById(int Id)
 {
     VideoDAO VideoDAO = new VideoDAO();
     return VideoDAO.GetVideoById(Id);
 }