Пример #1
0
 public List <Manga> GetAllManga()
 {
     return(_mangaRepository.GetAll());
 }