Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FAKTURI_A EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFAKTURI_A(FAKTURI_A fAKTURI_A)
 {
     base.AddObject("FAKTURI_A", fAKTURI_A);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new FAKTURI_A 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_A CreateFAKTURI_A(global::System.Int32 bROJ, global::System.String gODINA)
 {
     FAKTURI_A fAKTURI_A = new FAKTURI_A();
     fAKTURI_A.BROJ = bROJ;
     fAKTURI_A.GODINA = gODINA;
     return fAKTURI_A;
 }