コード例 #1
0
 public Entities.BookCategory GetByID(int id)
 {
     return(_service.GetByID(id));
 }