예제 #1
0
파일: BookManager.cs 프로젝트: CHIclay/YUJ
 //模糊搜索
 public static DataTable mohuselect(string bookname)
 {
     return(BookService.mohuselect(bookname));
 }