Ejemplo n.º 1
0
 public bool Update(Uye entity)
 {
     _uyeRepo.Update(entity);
     return(true);
 }
Ejemplo n.º 2
0
 public void Update(Uye entity)
 {
     _uyeDAL.Update(entity);
 }