Beispiel #1
0
 public Ebook GetEbookByID2(int idbook, int typeid)
 {
     return(_ebookRepository.GetEbookByID2(idbook, typeid));
 }