コード例 #1
0
ファイル: BookManage.cs プロジェクト: foxZhong/smartken-kia
 public static List <Book> getFirstBook()
 {
     return(BookService.getFirstBook());
 }