/// <summary>
 /// Deprecated Method for adding a new object to the shopTinhPhis EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToshopTinhPhis(shopTinhPhi shopTinhPhi)
 {
     base.AddObject("shopTinhPhis", shopTinhPhi);
 }
 /// <summary>
 /// Create a new shopTinhPhi 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 shopTinhPhi CreateshopTinhPhi(global::System.Decimal id, global::System.Decimal qLSHOP_ID)
 {
     shopTinhPhi shopTinhPhi = new shopTinhPhi();
     shopTinhPhi.ID = id;
     shopTinhPhi.QLSHOP_ID = qLSHOP_ID;
     return shopTinhPhi;
 }