public void Update(Obra obra) { obraRepository.Update(obra); Save(); }
public bool Update(Obra obra) { return(_obraRepository.Update(obra)); }