예제 #1
0
 /// <summary>
 /// Create a new ceps_excecoes object.
 /// </summary>
 /// <param name="cepExcecaoId">Initial value of the CepExcecaoId property.</param>
 /// <param name="cep">Initial value of the Cep property.</param>
 /// <param name="freteId">Initial value of the FreteId property.</param>
 public static ceps_excecoes Createceps_excecoes(global::System.Int32 cepExcecaoId, global::System.String cep, global::System.Int32 freteId)
 {
     ceps_excecoes ceps_excecoes = new ceps_excecoes();
     ceps_excecoes.CepExcecaoId = cepExcecaoId;
     ceps_excecoes.Cep = cep;
     ceps_excecoes.FreteId = freteId;
     return ceps_excecoes;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ceps_excecoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToceps_excecoes(ceps_excecoes ceps_excecoes)
 {
     base.AddObject("ceps_excecoes", ceps_excecoes);
 }