/// <summary>
 /// Deprecated Method for adding a new object to the shopMienPhis EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToshopMienPhis(shopMienPhi shopMienPhi)
 {
     base.AddObject("shopMienPhis", shopMienPhi);
 }
 /// <summary>
 /// Create a new shopMienPhi object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="qLSHOP_ID">Initial value of the QLSHOP_ID property.</param>
 public static shopMienPhi CreateshopMienPhi(global::System.Decimal id, global::System.Decimal qLSHOP_ID)
 {
     shopMienPhi shopMienPhi = new shopMienPhi();
     shopMienPhi.ID = id;
     shopMienPhi.QLSHOP_ID = qLSHOP_ID;
     return shopMienPhi;
 }