Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InsPtns EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInsPtns(InsPtn insPtn)
 {
     base.AddObject("InsPtns", insPtn);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new InsPtn object.
 /// </summary>
 /// <param name="insuranceId">Initial value of the InsuranceId property.</param>
 /// <param name="patientId">Initial value of the PatientId property.</param>
 public static InsPtn CreateInsPtn(global::System.Int32 insuranceId, global::System.Int32 patientId)
 {
     InsPtn insPtn = new InsPtn();
     insPtn.InsuranceId = insuranceId;
     insPtn.PatientId = patientId;
     return insPtn;
 }