예제 #1
0
파일: JavaDLL.cs 프로젝트: vbea/Java21.NET
 public Video getVideo(int id)
 {
     return(dal.getVideo(id));
 }