/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the eInmunizaciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToeInmunizaciones(eInmunizaciones eInmunizaciones) { base.AddObject("eInmunizaciones", eInmunizaciones); }