public void DeltetarAluguel(AluguelBC a) { throw new NotImplementedException(); }
public List <AluguelBC> ListarAluguel(AluguelBC filtro) { throw new NotImplementedException(); }
public void CadastrarAluguel(AluguelBC a) { throw new NotImplementedException(); }