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