Пример #1
0
 public async Task <ActionResult <IEnumerable <Kitap> > > GetAll()
 {
     return(await _kitapService.GetAllKitap());
 }