예제 #1
0
 public bool Update(Sehir data)
 {
     return(repository.Update(data));
 }
예제 #2
0
 public void Update(Sehir entity)
 {
     _sehirRepository.Update(entity);
 }