Esempio n. 1
0
 public Country Update(Country entity)
 {
     entity.Id = countryDao.Update(entity);
     return(entity);
 }
Esempio n. 2
0
 public void Update(Country coin, ICollection <Error> errorList)
 {
     _countryLogic.Update(coin);
 }