Property | Type | Description | |
---|---|---|---|
ifachada | ifachadaVenda |
Method | Description | |
---|---|---|
AlterarVenda ( Modelo venda ) : void | ||
BuscarVenda ( int idVenda ) : Modelo.Venda | ||
CadastrarItensVenda ( Modelo item ) : void | ||
CadastrarVenda ( Modelo venda ) : int | ||
ListarVenda ( int idVenda ) : System.Collections.ArrayList | ||
RemoverVenda ( int idVenda ) : void | ||
VerificaVenda ( int idVenda ) : bool |
public BuscarVenda ( int idVenda ) : Modelo.Venda | ||
idVenda | int | |
return | Modelo.Venda |
public CadastrarItensVenda ( Modelo item ) : void | ||
item | Modelo | |
return | void |
public ListarVenda ( int idVenda ) : System.Collections.ArrayList | ||
idVenda | int | |
return | System.Collections.ArrayList |