public bool Guncelle(Kullanici nesne) { var data = _IKullaniciDal.Guncelle(nesne); return(true); }
public int Guncelle(Kullanici entity) { return(_kullaniciDal.Guncelle(entity)); }
public int Guncelle(Entity.Models.Kullanici entity) { return(_kullaniciDal.Guncelle(entity)); }
public void Guncelle(Kullanici kullanici) { _kullaniciDal.Guncelle(kullanici); }