/// <summary>
 /// Create a new Ecommerce_Carrinho object.
 /// </summary>
 /// <param name="idCarrinho">Initial value of the IdCarrinho property.</param>
 /// <param name="guidCookie">Initial value of the GuidCookie property.</param>
 /// <param name="dataInclusao">Initial value of the DataInclusao property.</param>
 public static Ecommerce_Carrinho CreateEcommerce_Carrinho(global::System.Int32 idCarrinho, global::System.Guid guidCookie, global::System.DateTime dataInclusao)
 {
     Ecommerce_Carrinho ecommerce_Carrinho = new Ecommerce_Carrinho();
     ecommerce_Carrinho.IdCarrinho = idCarrinho;
     ecommerce_Carrinho.GuidCookie = guidCookie;
     ecommerce_Carrinho.DataInclusao = dataInclusao;
     return ecommerce_Carrinho;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Ecommerce_Carrinho EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEcommerce_Carrinho(Ecommerce_Carrinho ecommerce_Carrinho)
 {
     base.AddObject("Ecommerce_Carrinho", ecommerce_Carrinho);
 }