/// <summary>
 /// Create a new ContoBancario object.
 /// </summary>
 /// <param name="numeroConto">Initial value of the NumeroConto property.</param>
 /// <param name="numeroBanca">Initial value of the NumeroBanca property.</param>
 /// <param name="numeroPG">Initial value of the NumeroPG property.</param>
 /// <param name="totale">Initial value of the Totale property.</param>
 public static ContoBancario CreateContoBancario(global::System.Int64 numeroConto, global::System.Int64 numeroBanca, global::System.Int64 numeroPG, global::System.Single totale)
 {
     ContoBancario contoBancario = new ContoBancario();
     contoBancario.NumeroConto = numeroConto;
     contoBancario.NumeroBanca = numeroBanca;
     contoBancario.NumeroPG = numeroPG;
     contoBancario.Totale = totale;
     return contoBancario;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ContoBancarios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContoBancarios(ContoBancario contoBancario)
 {
     base.AddObject("ContoBancarios", contoBancario);
 }