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