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