Exemple #1
0
 public static interaco Createinteraco(global::System.Int32 iDINTERACAO, global::System.String iNFORMACOES, 
     global::System.DateTime dATAINTERACAO, global::System.Int32 iDRECLAMACAO, global::System.Int32 iDCLIENTE)
 {
     interaco interaco = new interaco();
     interaco.IDINTERACAO = iDINTERACAO;
     interaco.INFORMACOES = iNFORMACOES;
     interaco.DATAINTERACAO = dATAINTERACAO;
     interaco.IDRECLAMACAO = iDRECLAMACAO;
     interaco.IDCLIENTE = iDCLIENTE;
     return interaco;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the interacoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTointeracoes(interaco interaco)
 {
     base.AddObject("interacoes", interaco);
 }