Beispiel #1
0
 public List <EbookViewModel> GetAllListEbookViewByID(int bookID)
 {
     return(_ebookRepository.GetAllListEbookViewByID(bookID));
 }