public void Update(State entity) { _stateRepository.Update(entity); }
public void Insert(State entity) { _stateRepository.Insert(entity); }