public Sala Alterar(Sala sala) { return(_salaRepository.Alterar(sala)); }
public void Alterar(Sala entity) { _salaRepository.Alterar(entity); }