Exemplo n.º 1
0
 private bool Produto_VendaExists(long id)
 {
     return(_repositoryProduto_Venda.Get(id) != null);
 }
Exemplo n.º 2
0
 private bool VendaExists(long id)
 {
     return(_repositoryVenda.Get(id) != null);
 }