Ejemplo n.º 1
0
 public bool UpdatePessoa(TBLPessoa pessoa)
 {
     return(serviceUsuario.UpdatePessoa(pessoa));
 }