Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FAKTURI_D EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFAKTURI_D(FAKTURI_D fAKTURI_D)
 {
     base.AddObject("FAKTURI_D", fAKTURI_D);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new FAKTURI_D object.
 /// </summary>
 /// <param name="bROJ">Initial value of the BROJ property.</param>
 /// <param name="gODINA">Initial value of the GODINA property.</param>
 public static FAKTURI_D CreateFAKTURI_D(global::System.Int32 bROJ, global::System.String gODINA)
 {
     FAKTURI_D fAKTURI_D = new FAKTURI_D();
     fAKTURI_D.BROJ = bROJ;
     fAKTURI_D.GODINA = gODINA;
     return fAKTURI_D;
 }