public void Update() { EnsureNoLockFile(); _repository.Update(); }
public void Update(string id) { _exeRepository.Update(id); }