Пример #1
0
 public BookLongDetailsDTO GetBookDetailsByBookId(int Id)
 {
     return(_bookDal.GetBookDetailsByBookId(Id));
 }