/// <summary>
 /// Create a new Clientes object.
 /// </summary>
 /// <param name="clienteID">Initial value of the ClienteID property.</param>
 /// <param name="clienteNome">Initial value of the ClienteNome property.</param>
 public static Clientes CreateClientes(global::System.String clienteID, global::System.String clienteNome)
 {
     Clientes clientes = new Clientes();
     clientes.ClienteID = clienteID;
     clientes.ClienteNome = clienteNome;
     return clientes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Clientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientes(Clientes clientes)
 {
     base.AddObject("Clientes", clientes);
 }