Beispiel #1
0
 public List <Comic> GetBooks(int seriesId, int typeId, int limit, int offset)
 {
     return(_service.GetBooks(seriesId, typeId, limit, offset));
 }