예제 #1
0
 public async Task <List <Urun> > AllUrunWithKategori()
 {
     return(await urunRepository.AllUrunWithKategori());
 }