コード例 #1
0
 /// <summary>
 /// Create a new Dealership object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Dealership CreateDealership(global::System.Guid id)
 {
     Dealership dealership = new Dealership();
     dealership.Id = id;
     return dealership;
 }
コード例 #2
0
ファイル: Context.cs プロジェクト: sunilbulusu/DealerSoftware
 /// <summary>
 /// Deprecated Method for adding a new object to the Dealership EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDealership(Dealership dealership)
 {
     base.AddObject("Dealership", dealership);
 }