示例#1
0
 internal IEnumerable <Bookers> GetBooksByLsId(int id)
 {
     return(_repo.GetBooksByLsId(id));
 }