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