Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // produtor rural
  2. if (objPessoa.pes_cliProdutorRural == true)
  3. objNovoCliente.produtorrural = "SIM";
  4. else
  5. objNovoCliente.produtorrural = "NÃO";
  6.  
  7. // adicionar no contexto
  8. this.objCtxMSP2.tbcadclientes.Add(objNovoCliente);
  9. this.objCtxMSP2.SaveChanges();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement