コード例 #1
0
 public int InsertPessoa(TBLPessoa pessoa)
 {
     return(serviceUsuario.InsertPessoa(pessoa));
 }