Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SPA_PersonelTherapyDetail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSPA_PersonelTherapyDetail(SPA_PersonelTherapyDetail sPA_PersonelTherapyDetail)
 {
     base.AddObject("SPA_PersonelTherapyDetail", sPA_PersonelTherapyDetail);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new SPA_PersonelTherapyDetail object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="personelID">Initial value of the PersonelID property.</param>
 public static SPA_PersonelTherapyDetail CreateSPA_PersonelTherapyDetail(global::System.Guid id, global::System.Guid personelID)
 {
     SPA_PersonelTherapyDetail sPA_PersonelTherapyDetail = new SPA_PersonelTherapyDetail();
     sPA_PersonelTherapyDetail.ID = id;
     sPA_PersonelTherapyDetail.PersonelID = personelID;
     return sPA_PersonelTherapyDetail;
 }