Ejemplo n.º 1
0
 public Kategori GetKategori(int id)
 {
     return(_kategoriRepository.GetDataById(id));
 }