예제 #1
0
 public IEnumerable <Kategori> GetKategoriData()
 {
     return(_kategoriRepository.GetAllData());
 }