Beispiel #1
0
 public dynamic GetByBook(int id)
 {
     return(catRepo.GetByBook(id).Select(o => new { o.ID, o.Name }));
 }