コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mobile_topup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomobile_topup(mobile_topup mobile_topup)
 {
     base.AddObject("mobile_topup", mobile_topup);
 }
コード例 #2
0
 /// <summary>
 /// Create a new mobile_topup object.
 /// </summary>
 /// <param name="topid">Initial value of the topid property.</param>
 public static mobile_topup Createmobile_topup(global::System.Int64 topid)
 {
     mobile_topup mobile_topup = new mobile_topup();
     mobile_topup.topid = topid;
     return mobile_topup;
 }