Ejemplo n.º 1
0
 public int Guncelle(Yorum entity)
 {
     return(_yorumDal.Guncelle(entity));
 }
Ejemplo n.º 2
0
 public void Guncelle(Yorum Yorum)
 {
     _yorumDal.Guncelle(Yorum);
 }