Пример #1
0
        /// <summary>
        /// Create a new Pesquisa_Result object.
        /// </summary>
        /// <param name="nome">Initial value of the nome property.</param>
        /// <param name="idPesquisa">Initial value of the idPesquisa property.</param>
        public static Pesquisa_Result CreatePesquisa_Result(global::System.String nome, global::System.Int32 idPesquisa)
        {
            Pesquisa_Result pesquisa_Result = new Pesquisa_Result();

            pesquisa_Result.nome       = nome;
            pesquisa_Result.idPesquisa = idPesquisa;
            return(pesquisa_Result);
        }
Пример #2
0
 /// <summary>
 /// Create a new Pesquisa_Result object.
 /// </summary>
 /// <param name="nome">Initial value of the nome property.</param>
 /// <param name="idPesquisa">Initial value of the idPesquisa property.</param>
 public static Pesquisa_Result CreatePesquisa_Result(global::System.String nome, global::System.Int32 idPesquisa)
 {
     Pesquisa_Result pesquisa_Result = new Pesquisa_Result();
     pesquisa_Result.nome = nome;
     pesquisa_Result.idPesquisa = idPesquisa;
     return pesquisa_Result;
 }