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