コード例 #1
0
ファイル: VideoBSO.cs プロジェクト: trungjc/quanlyhocsinh
 public Video GetVideoHot(string lang)
 {
     VideoDAO VideoDAO = new VideoDAO();
     return VideoDAO.GetVideoHot(lang);
 }
コード例 #2
0
ファイル: VideoBSO.cs プロジェクト: trungjc/quanlyhocsinh
 public DataTable GetVideoAll(string lang)
 {
     VideoDAO VideoDAO = new VideoDAO();
     return VideoDAO.GetVideoAll(lang);
 }
コード例 #3
-1
ファイル: VideoBSO.cs プロジェクト: trungjc/quanlyhocsinh
 public Video GetVideoById(int Id)
 {
     VideoDAO VideoDAO = new VideoDAO();
     return VideoDAO.GetVideoById(Id);
 }