Пример #1
0
 /// <summary>
 /// Create a new Adm_TCambio object.
 /// </summary>
 /// <param name="monedaId">Initial value of the monedaId property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 public static Adm_TCambio CreateAdm_TCambio(global::System.String monedaId, global::System.DateTime fecha)
 {
     Adm_TCambio adm_TCambio = new Adm_TCambio();
     adm_TCambio.monedaId = monedaId;
     adm_TCambio.fecha = fecha;
     return adm_TCambio;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Adm_TCambio EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdm_TCambio(Adm_TCambio adm_TCambio)
 {
     base.AddObject("Adm_TCambio", adm_TCambio);
 }