Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NCashWalletBalanceTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNCashWalletBalanceTables(NCashWalletBalanceTable nCashWalletBalanceTable)
 {
     base.AddObject("NCashWalletBalanceTables", nCashWalletBalanceTable);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new NCashWalletBalanceTable object.
 /// </summary>
 /// <param name="userId">Initial value of the userId property.</param>
 /// <param name="cashBalance">Initial value of the cashBalance property.</param>
 public static NCashWalletBalanceTable CreateNCashWalletBalanceTable(global::System.String userId, global::System.Decimal cashBalance)
 {
     NCashWalletBalanceTable nCashWalletBalanceTable = new NCashWalletBalanceTable();
     nCashWalletBalanceTable.userId = userId;
     nCashWalletBalanceTable.cashBalance = cashBalance;
     return nCashWalletBalanceTable;
 }