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