Пример #1
0
 public List <Kategori> TumKategorileriGetir()
 {
     return(_kategoriRepository.GetAllById().ToList());
 }