Ejemplo n.º 1
0
 public TBLPessoa GetPessoaById(int id)
 {
     return(serviceUsuario.GetPessoaById(id));
 }