/// <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); }
/// <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; }