Exemplo n.º 1
0
 public void Update(State entity)
 {
     _stateRepository.Update(entity);
 }
Exemplo n.º 2
0
 public void Insert(State entity)
 {
     _stateRepository.Insert(entity);
 }